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.
☆257Updated 3 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
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆195Updated last week
- A fast binary serialization framework☆404Updated last year
- Statically-checked alternatives to RefCell and RwLock☆380Updated last month
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆424Updated last year
- Structured concurrency operations for async Rust☆470Updated 3 weeks ago
- Reflection via DWARF.☆297Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆451Updated last month
- Immutable strings, in Rust.☆248Updated last year
- Concurrent multi-producer multi-consumer queue☆293Updated 2 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- Lightweight and high performance concurrent cache☆272Updated this week
- high-speed timing library in Rust☆374Updated 4 months ago
- Async synchronization primitives☆274Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆307Updated 3 months ago
- in-place allocation-reusing queues for Rust☆383Updated last year
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Task abstraction for building executors☆505Updated 2 weeks ago
- A fast and flexible LRU map.☆193Updated 9 months ago
- SIMD-accelerated operations☆243Updated 2 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆173Updated 3 weeks ago
- ☆198Updated 7 months ago
- Adaptors between compression crates and Rust's async IO types☆569Updated this week
- Rust implementation of xxhash☆255Updated 3 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- ☆278Updated last month
- Rust crate for managing CPU core affinities☆207Updated 7 months ago