beling / bsuccinct-rsLinks
Rust libraries and programs focused on succinct data structures
☆150Updated 2 months ago
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☆127Updated last week
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆179Updated last week
- Integer sets as fast, sorted, integer ranges with full set operations☆101Updated last month
- An ε-copy serialization/deserialization framework for Rust☆164Updated last month
- A concurrent, append-only vector.☆206Updated 3 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated 3 weeks ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆116Updated last week
- Collection of succinct data structures in Rust☆100Updated 4 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated last week
- ☆56Updated 2 months ago
- ☆309Updated 3 weeks 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…☆103Updated 4 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆147Updated 2 weeks ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆309Updated 2 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 3 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Benchmarking library for stable Rust☆47Updated last month
- Simple and flexible multi-index containers.☆126Updated 6 months ago
- A big integer library in Rust with good performance.☆107Updated 2 years ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆131Updated 2 years ago
- Voracious radix sort☆70Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- ☆38Updated 3 years ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆37Updated last month
- Faster integer division and modulus operations☆87Updated 5 months ago
- Automatically implement traits for common smart pointers☆120Updated 7 months ago
- Lending iterators on stable Rust☆83Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago