gnzlbg / bitintr
Portable Bitwise Manipulation Intrinsics
☆46Updated last year
Alternatives and similar repositories for bitintr:
Users that are interested in bitintr are comparing it to the libraries listed below
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 3 months ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 8 months ago
- ☆52Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- A simple map based on a vector for small integer keys☆64Updated 4 months ago
- adaptive algorithms for rayon☆39Updated 5 years ago
- Compact sets in rust☆56Updated last month
- Run Rust tests in isolated subprocesses☆37Updated 3 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Crunchy unroller - deterministically unroll constant loops