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.
☆258Updated 5 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.☆255Updated 3 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆456Updated 3 months ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆426Updated last year
- An atomically updatable Arc for lock-free concurrency.☆185Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- Reflection via DWARF.☆298Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 3 months ago
- Lightweight and high performance concurrent cache☆296Updated last month
- A fast binary serialization framework☆406Updated last year
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 2 years ago
- Easy function multiversioning for Rust☆250Updated last year
- Concurrent multi-producer multi-consumer queue☆297Updated 2 weeks ago
- ☆206Updated 9 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month