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.
☆245Updated 2 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
- a lock-free concurrent slab (experimental)☆294Updated 8 months ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Futures, streams, and async I/O combinators.☆516Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆432Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- A fast binary serialization framework☆403Updated 10 months ago
- Concurrent multi-producer multi-consumer queue☆289Updated 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
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated last week
- Easy function multiversioning for Rust☆236Updated 9 months ago
- Lightweight and high performance concurrent cache☆262Updated last month
- Rust implementation of xxhash☆251Updated this week
- Structured concurrency operations for async Rust☆469Updated 7 months ago
- Async broadcast channels☆182Updated 3 weeks ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Per-object thread-local storage for Rust☆351Updated 3 weeks ago
- Async synchronization primitives☆270Updated 2 weeks ago
- Task abstraction for building executors☆480Updated 7 months ago
- Concurrently Readable Data Structures for Rust☆360Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆303Updated last month
- in-place allocation-reusing queues for Rust☆380Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- A callback-based Event Loop☆251Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Async executor☆395Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- ☆270Updated 4 months ago
- Adaptors between compression crates and Rust's async IO types☆549Updated last week
- ☆192Updated 6 months ago