robclu / leapfrogLinks
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
☆233Updated 4 months ago
Alternatives and similar repositories for leapfrog
Users that are interested in leapfrog are comparing it to the libraries listed below
Sorting:
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆182Updated 2 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- a lock-free concurrent slab (experimental)☆282Updated 5 months ago
- in-place allocation-reusing queues for Rust☆374Updated 11 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 7 months ago
- ☆184Updated 2 months ago
- Experiments with structured concurrency in Rust☆365Updated 10 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆164Updated last month
- Easy function multiversioning for Rust☆224Updated 5 months ago
- Concurrent multi-producer multi-consumer queue☆283Updated last week
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- Adaptors between compression crates and Rust's async IO types☆516Updated 3 weeks ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆420Updated last year
- Compatibility adapter between tokio and futures☆170Updated 2 months ago
- ☆255Updated last month
- Structured concurrency operations for async Rust☆451Updated 4 months ago
- Conditional compilation according to rustc compiler version