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.
☆243Updated last month
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
- Structured concurrency operations for async Rust☆464Updated 6 months ago
- Lightweight and high performance concurrent cache☆259Updated 2 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆190Updated 4 months ago
- A fast binary serialization framework☆402Updated 10 months ago
- a lock-free concurrent slab (experimental)☆292Updated 7 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆431Updated 2 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆143Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Concurrent multi-producer multi-consumer queue☆286Updated 2 weeks ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆423Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆183Updated 10 months ago
- Futures, streams, and async I/O combinators.☆514Updated last week
- Adaptors between compression crates and Rust's async IO types☆541Updated last week
- A fast and flexible LRU map.☆190Updated 7 months ago
- Async broadcast channels☆180Updated 7 months ago
- in-place allocation-reusing queues for Rust☆379Updated last year
- ☆191Updated 5 months ago
- Per-object thread-local storage for Rust☆348Updated 2 weeks ago
- Reflection via DWARF.☆297Updated 2 years ago
- Rust crate for managing CPU core affinities☆199Updated 5 months ago
- high-speed timing library in Rust☆352Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- Task abstraction for building executors☆480Updated 6 months ago
- Experiments with structured concurrency in Rust☆382Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆100Updated 2 weeks ago
- SIMD-accelerated operations☆238Updated this week
- Notify async tasks or threads☆482Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated last month
- Async executor☆388Updated 2 weeks ago