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.
☆250Updated 3 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
- 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
- Reflection via DWARF.☆297Updated 2 years ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Lightweight and high performance concurrent cache☆268Updated last month
- A fast binary serialization framework☆405Updated 11 months ago
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago
- Concurrent multi-producer multi-consumer queue☆291Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆177Updated this week
- Async broadcast channels☆186Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated last month
- Easy function multiversioning for Rust☆238Updated 9 months ago
- ☆196Updated 6 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆448Updated 2 weeks ago
- Rust implementation of xxhash☆253Updated last week
- Async synchronization primitives☆273Updated last month
- Notify async tasks or threads☆484Updated last month
- A fast and flexible LRU map.☆192Updated 8 months ago
- Task abstraction for building executors☆496Updated 2 weeks ago
- ☆277Updated 2 weeks ago
- Rust crate for managing CPU core affinities☆204Updated 7 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Immutable strings, in Rust.☆248Updated last year
- Per-object thread-local storage for Rust☆353Updated this week
- Adaptors between compression crates and Rust's async IO types☆561Updated this week
- Concurrently Readable Data Structures for Rust☆361Updated 2 months ago
- Futures, streams, and async I/O combinators.☆521Updated last month