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.
☆238Updated 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.☆254Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Concurrent multi-producer multi-consumer queue☆284Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆187Updated 4 months ago
- Rust crate for managing CPU core affinities☆194Updated 5 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆429Updated last month
- 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
- a lock-free concurrent slab (experimental)☆291Updated 7 months ago
- Task abstraction for building executors☆479Updated 6 months ago
- Lightweight and high performance concurrent cache☆254Updated this week
- Reflection via DWARF.☆297Updated 2 years ago
- Immutable strings, in Rust.☆246Updated last year
- Structured concurrency operations for async Rust☆462Updated 6 months ago
- Async broadcast channels☆180Updated 7 months ago
- Async synchronization primitives☆270Updated 4 months ago
- Futures, streams, and async I/O combinators.☆509Updated last month
- A fast and flexible LRU map.☆190Updated 6 months ago
- A fast binary serialization framework☆401Updated 9 months ago
- Rust implementation of xxhash☆246Updated 7 months ago
- Notify async tasks or threads☆477Updated this week
- ☆191Updated 4 months ago
- Concurrently Readable Data Structures for Rust☆359Updated 3 weeks ago
- in-place allocation-reusing queues for Rust☆378Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆297Updated 2 weeks ago
- Adaptors between compression crates and Rust's async IO types☆535Updated 2 weeks ago
- Per-object thread-local storage for Rust☆346Updated last week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated this week
- A thread pool for isolating blocking I/O in async programs☆361Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Small, fast, synchronization primitives☆245Updated 10 months ago