branchless_core 0.1.0

Algorithms and data structures designed to maximize performance on superscalar processors.
Documentation
1
2
3
4
#![cfg_attr(not(test), no_std)]

pub mod ip;
pub(crate) mod raw;