branchless 0.1.1

Algorithms and data structures designed to maximize performance on superscalar processors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.branchless_core]
version = "0.1"

[package]
authors = ["Daniel Levin <daniellevin2607@gmail.com"]
description = "Algorithms and data structures designed to maximize performance on superscalar processors."
edition = "2021"
keywords = ["simd", "hpc"]
license = "Unlicense"
name = "branchless"
repository = "https://github.com/daniel-levin/branchless"
resolver = "1"
version = "0.1.1"