beling / bsuccinct-rsLinks
Rust libraries and programs focused on succinct data structures
☆140Updated 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☆119Updated 2 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆148Updated last week
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing.☆35Updated this week
- ☆257Updated last month
- PtrHash minimal perfect hash function, based of PTHash☆56Updated last week
- Integer sets as fast, sorted, integer ranges with full set operations☆85Updated this 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…☆92Updated last month
- A concurrent, append-only vector.☆165Updated 2 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆155Updated this week
- Perfect hashing for an imperfect world☆91Updated 4 months ago
- High-precision and consistent benchmarking framework/harness for Rust☆139Updated this week
- Collection of succinct data structures in Rust☆96Updated 2 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆108Updated 3 weeks ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆254Updated 2 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆139Updated last year
- A fast and flexible LRU map.☆184Updated 5 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆176Updated last year
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last week
- A low-level MVCC file format for storing blobs.☆63Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 5 months ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆67Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆121Updated 8 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆113Updated 2 years ago
- Rust library implementing xor-filters☆140Updated last year
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆165Updated last month