beling / bsuccinct-rsLinks
Rust libraries and programs focused on succinct data structures
☆153Updated last week
Alternatives and similar repositories for bsuccinct-rs
Users that are interested in bsuccinct-rs are comparing it to the libraries listed below
Sorting:
- Succinct data structures using very efficient rank and select☆129Updated last month
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- Integer sets as fast, sorted, integer ranges with full set operations☆105Updated last week
- A concurrent, append-only vector.☆208Updated 5 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated this week
- Collection of succinct data structures in Rust☆102Updated 6 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆157Updated last week
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆196Updated last week
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆109Updated 3 weeks ago
- A fast and flexible LRU map.☆200Updated last year
- ☆325Updated 2 months ago
- ☆64Updated 4 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆118Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Scalable and lock-free memory reclamation system☆37Updated last month
- Benchmarking library for stable Rust☆47Updated last month
- A big integer library in Rust with good performance.☆107Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆177Updated 5 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆153Updated 3 years ago
- A buffering MPSC queue.☆87Updated 2 months ago
- A minimalist property-based testing library☆123Updated 9 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆262Updated 7 months ago
- ☆38Updated 3 years ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆222Updated last week
- Faster integer division and modulus operations☆88Updated 7 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago