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.
☆208Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for leapfrog
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆237Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Reflection via DWARF.☆293Updated last year
- Adaptors between compression crates and Rust's async IO types☆410Updated last week
- Experiments with structured concurrency in Rust☆317Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆175Updated last year
- Futures, streams, and async I/O combinators.☆475Updated last week
- in-place allocation-reusing queues for Rust☆290Updated 5 months ago
- A fast and flexible LRU map.☆171Updated 6 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆385Updated this week
- a lock-free concurrent slab (experimental)☆274Updated 3 months ago
- Task abstraction for building executors☆413Updated last month
- Concurrent multi-producer multi-consumer queue☆264Updated 3 weeks ago
- Async broadcast channels☆164Updated 4 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆176Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆159Updated 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…☆412Updated 6 months ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆309Updated this week
- Structured concurrency operations for async Rust☆413Updated this week
- A fast binary serialization framework☆381Updated last month
- Notify async tasks or threads☆449Updated this week
- Immutable strings, in Rust.☆240Updated 9 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆319Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- Per-object thread-local storage for Rust☆335Updated 6 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- Async synchronization primitives☆255Updated last month
- A scope for async_std and tokio to spawn non-static futures☆122Updated 5 months ago
- Easy function multiversioning for Rust☆207Updated this week