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.
☆262Updated 7 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.☆256Updated this week
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Updated 4 months ago
- Async broadcast channels☆190Updated 5 months ago
- Lightweight and high performance concurrent cache☆315Updated 3 months ago
- a lock-free concurrent slab (experimental)☆305Updated 3 weeks ago
- Easy function multiversioning for Rust☆252Updated last year
- Reflection via DWARF.☆298Updated 2 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month
- A fast binary serialization framework☆405Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- A fast and flexible LRU map.☆199Updated last year
- ☆209Updated 11 months ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆427Updated last year
- in-place allocation-reusing queues for Rust☆395Updated last year
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆196Updated this week
- Per-object thread-local storage for Rust☆365Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆299Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆319Updated 6 months ago
- Futures, streams, and async I/O combinators.☆534Updated this week
- Async synchronization primitives☆281Updated last month
- Concurrently Readable Data Structures for Rust☆363Updated this week
- Immutable strings, in Rust.☆247Updated 2 years ago
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Structured concurrency operations for async Rust☆487Updated last week
- ☆325Updated 2 months ago
- FFI-compatible futures☆172Updated 4 months ago
- Task abstraction for building executors☆560Updated 2 weeks ago
- Rust implementation of xxhash☆270Updated 2 months ago