robclu / leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
☆220Updated last month
Alternatives and similar repositories for leapfrog:
Users that are interested in leapfrog are comparing it to the libraries listed below
- Statically-checked alternatives to RefCell and RwLock☆367Updated 8 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- Task abstraction for building executors☆450Updated 3 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆178Updated last year
- Futures, streams, and async I/O combinators.☆494Updated this week
- Easy function multiversioning for Rust☆211Updated 2 months ago
- a lock-free concurrent slab (experimental)☆278Updated last month
- A thread-safe & efficient memory pool☆167Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated 3 weeks ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆180Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆275Updated last month
- Async synchronization primitives☆261Updated last month
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆416Updated 9 months ago
- An ε-copy serialization/deserialization framework for Rust☆137Updated this week
- Notify async tasks or threads☆459Updated 3 weeks ago
- Experiments with structured concurrency in Rust☆347Updated 6 months ago
- A fast binary serialization framework☆384Updated 4 months ago
- Adaptors between compression crates and Rust's async IO types☆447Updated this week
- Compatibility adapter between tokio and futures☆163Updated this week
- Conditional compilation according to rustc compiler version☆346Updated this week
- Per-object thread-local storage for Rust☆341Updated 9 months ago
- in-place allocation-reusing queues for Rust☆359Updated 8 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆404Updated this week
- Reflection via DWARF.☆296Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Async broadcast channels☆172Updated last month
- Async executor☆355Updated last month
- The feature-rich, portable async channel library☆251Updated 2 years ago
- ☆177Updated 4 months ago
- A fast and flexible LRU map.☆175Updated last month