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.☆455Updated 2 months ago
- A fast binary serialization framework☆405Updated last year
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆425Updated last year
- Concurrent multi-producer multi-consumer queue☆296Updated 3 months ago
- An atomically updatable Arc for lock-free concurrency.☆185Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆148Updated last year
- Structured concurrency operations for async Rust☆478Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- Lightweight and high performance concurrent cache☆290Updated last month
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Immutable strings, in Rust.☆248Updated last year
- ☆307Updated 2 weeks ago
- Reflection via DWARF.☆298Updated 2 years ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Async broadcast channels☆187Updated 3 months ago
- Müsli is a flexible and efficient serialization framework☆418Updated 3 weeks ago
- ☆204Updated 8 months ago
- in-place allocation-reusing queues for Rust☆391Updated last year
- Futures, streams, and async I/O combinators.☆530Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆102Updated 3 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆179Updated this week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 3 months ago
- Task abstraction for building executors☆526Updated last month
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 2 years ago
- Rust crate for managing CPU core affinities☆210Updated 8 months ago
- Rust implementation of xxhash☆259Updated 2 months ago
- high-speed timing library in Rust☆377Updated 5 months ago
- Async synchronization primitives☆276Updated 3 months ago