hoxxep / rapidhashLinks
An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.
☆177Updated 3 weeks ago
Alternatives and similar repositories for rapidhash
Users that are interested in rapidhash are comparing it to the libraries listed below
Sorting:
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 9 months ago
- Fantastic serialization library☆160Updated last year
- A concurrent, append-only vector.☆205Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 months ago
- A very fast Key-Value store in pure rust☆211Updated 4 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- Utilities for working with shared slices of memory☆81Updated 4 months ago
- Perfect hashing for an imperfect world☆94Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated 2 months ago
- Detect blocking code in Tokio async tasks. (Rust)☆79Updated 2 months ago
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆194Updated 2 weeks ago
- ☆302Updated 2 months ago
- Fast JSON deserialization on borrowed data☆116Updated last month
- High quality, fast and easy to build cryptography for Rust☆189Updated this week
- 📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")☆180Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆144Updated last year
- Succinct data structures using very efficient rank and select☆127Updated last week
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆311Updated 2 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated this week
- ☆217Updated 4 months ago
- An ε-copy serialization/deserialization framework for Rust☆162Updated 2 weeks ago
- Yet another string type for Rust☆89Updated last week
- A fixed-size circular buffer written in Rust.☆131Updated 4 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆305Updated 2 months ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- Program startup and thread support written in Rust☆196Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated 11 months ago