gnzlbg / bitintrLinks
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
Sorting:
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- adaptive algorithms for rayon☆39Updated 5 years ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- A simple map based on a vector for small integer keys☆66Updated 8 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Crunchy unroller - deterministically unroll constant loops☆41Updated 2 months ago
- (More or less) accurate floating point algorithms☆58Updated last year
- 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
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- ☆49Updated 2 months ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- The Computer Language Benchmarks Game: Rust implementations☆72Updated 5 years ago
- Token tree calling convention☆80Updated 2 years ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated 3 weeks ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- A rust implementation of murmur3☆71Updated 10 months ago
- A simple, id-based arena☆120Updated 2 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- SIMD Floating point and integer compressed vector library☆81Updated last year
- A very small GC in Rust, with a safe API☆62Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month