beling / bsuccinct-rsLinks
Rust libraries and programs focused on succinct data structures
☆147Updated 3 weeks 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☆126Updated 2 months ago
- An ε-copy serialization/deserialization framework for Rust☆154Updated last week
- Integer sets as fast, sorted, integer ranges with full set operations☆94Updated last month
- ☆272Updated 4 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆162Updated 2 weeks ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆145Updated last week
- Collection of succinct data structures in Rust☆99Updated last month
- A concurrent, append-only vector.☆195Updated last month
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆102Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆171Updated last month
- High-precision and consistent benchmarking framework/harness for Rust☆160Updated this week
- ☆54Updated 3 weeks ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆166Updated 2 weeks ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆119Updated 2 years ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆278Updated last month
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated this week
- Benchmarking library for stable Rust☆46Updated 5 months ago
- A big integer library in Rust with good performance.☆105Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆298Updated 3 weeks ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆35Updated last year
- Faster integer division and modulus operations☆87Updated 2 months ago
- Voracious radix sort☆69Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆82Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 7 months ago
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 7 months ago