beling / bsuccinct-rsLinks
Rust libraries and programs focused on succinct data structures
☆153Updated this 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
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆196Updated this week
- A concurrent, append-only vector.☆208Updated 5 months ago
- ☆64Updated 4 months ago
- 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
- Integer sets as fast, sorted, integer ranges with full set operations☆105Updated last week
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated 2 months ago
- ☆325Updated 2 months ago
- A fast and flexible LRU map.☆199Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆118Updated last month
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆157Updated this week
- Collection of succinct data structures in Rust☆102Updated 6 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆262Updated 7 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated 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
- Benchmarking library for stable Rust☆47Updated last month
- Perfect hashing for an imperfect world☆96Updated 5 months ago
- ☆38Updated 3 years ago
- A buffering MPSC queue.☆87Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- A big integer library in Rust with good performance.☆107Updated 2 years ago
- Voracious radix sort☆71Updated 2 months ago
- An implementation of the C++ Masstree data structure in Rust.☆204Updated this week
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆345Updated 5 months ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- A simple concurrent caching library that might fit to many use cases☆146Updated last year
- Recipes for avoiding bounds checks in Rust, without unsafe!☆136Updated 3 years ago