Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
☆265Jun 23, 2025Updated 9 months ago
Alternatives and similar repositories for leapfrog
Users that are interested in leapfrog are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fork of rust concurrent hash map bencmarks to include leapfrog map.☆14Mar 13, 2022Updated 4 years ago
- in-place allocation-reusing queues for Rust☆395Jun 6, 2024Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Feb 23, 2025Updated last year
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆885Aug 6, 2025Updated 7 months ago
- A collection of high-performance containers providing both asynchronous and synchronous interfaces☆502Jan 5, 2026Updated 2 months ago
- Lightweight and high performance concurrent cache☆330Mar 16, 2026Updated last week
- Fast, efficient, and robust memory reclamation for Rust.☆468Sep 13, 2025Updated 6 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Oct 12, 2025Updated 5 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆258Feb 8, 2026Updated last month
- A simple in-memory search for collections and key-value stores.☆83Feb 14, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- A port of Java's ConcurrentHashMap to Rust☆575Nov 30, 2025Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- A fast and flexible LRU map.☆199Jan 3, 2025Updated last year
- Compatibility adapter between tokio and futures☆189Jan 20, 2026Updated 2 months ago
- A simple concurrent caching library that might fit to many use cases☆150Mar 1, 2026Updated 3 weeks ago
- An inline SIMD accelerated hashmap designed for small amount of data.☆107Feb 4, 2026Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆818Dec 24, 2025Updated 2 months ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,537Mar 16, 2026Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- Manual segmented stacks for Rust☆337Feb 7, 2026Updated last month
- Detect concurrency and memory bugs and possible panic locations in Rust projects☆588Mar 2, 2026Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆285Jan 22, 2026Updated 2 months ago
- A high performance concurrent caching library for Rust☆2,451Mar 15, 2026Updated last week
- a lock-free concurrent slab (experimental)☆310Jan 20, 2026Updated 2 months ago
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- The fast sync and async channel that Rust deserves☆1,699Dec 18, 2025Updated 3 months ago
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- Futures, streams, and async I/O combinators.☆539Feb 5, 2026Updated last month
- Concurrently Readable Data Structures for Rust☆365Feb 10, 2026Updated last month
- The feature-rich, portable async channel library☆266Jan 9, 2023Updated 3 years ago
- rust bindings of snmalloc☆153Feb 18, 2026Updated last month
- A simple and fast random number generator☆569Mar 9, 2026Updated 2 weeks ago
- Zero-cost bitsets over native Rust types☆79Nov 17, 2025Updated 4 months ago
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated 2 weeks ago
- Like Rust's std::Path, but UTF-8.☆551Dec 15, 2025Updated 3 months ago