hoxxep / rapidhashLinks
An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.
☆175Updated last week
Alternatives and similar repositories for rapidhash
Users that are interested in rapidhash are comparing it to the libraries listed below
Sorting:
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 8 months ago
- Fantastic serialization library☆160Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆199Updated 2 weeks ago
- Utilities for working with shared slices of memory☆78Updated 3 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆143Updated last year
- Perfect hashing for an imperfect world☆94Updated last month
- A very fast Key-Value store in pure rust☆210Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated last month
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 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)☆80Updated 2 months ago
- Fast JSON deserialization on borrowed data☆116Updated 3 weeks ago
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- Succinct data structures using very efficient rank and select☆127Updated last week
- Yet another string type for Rust☆89Updated last week
- An ε-copy serialization/deserialization framework for Rust☆159Updated last week
- A concurrent, append-only vector.☆203Updated 2 months ago
- A safe sync/async multi-producer, multi-consumer channel☆203Updated 6 months ago
- ☆217Updated 3 months ago
- ☆279Updated last month
- High quality, fast and easy to build cryptography for Rust☆182Updated last month
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated this week
- A fast and flexible LRU map.☆195Updated 9 months ago
- A performant and configurable parallel computing library for computations defined as compositions of iterator methods.☆280Updated this week
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆306Updated 2 months ago
- 📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")☆173Updated last week
- A lock-free queue for asynchronous & synchronous code.☆37Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆141Updated last year