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.
☆222Updated 2 months ago
Alternatives and similar repositories for leapfrog:
Users that are interested in leapfrog are comparing it to the libraries listed below
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆242Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Futures, streams, and async I/O combinators.☆498Updated last month
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last week
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆418Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆351Updated 2 months ago
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- Small, fast, synchronization primitives☆244Updated 6 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆405Updated last month
- Adaptors between compression crates and Rust's async IO types☆473Updated this week
- Task abstraction for building executors☆460Updated 2 months ago
- Easy function multiversioning for Rust☆220Updated 3 months ago
- Notify async tasks or threads☆461Updated 2 months ago
- Concurrent multi-producer multi-consumer queue☆277Updated 2 months ago
- Async synchronization primitives☆263Updated 2 months ago
- The feature-rich, portable async channel library☆251Updated 2 years ago
- Conditional compilation according to rustc compiler version☆350Updated 3 weeks ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- in-place allocation-reusing queues for Rust☆362Updated 9 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆181Updated 5 months ago
- Lightweight and high performance concurrent cache☆228Updated last week
- An ε-copy serialization/deserialization framework for Rust☆138Updated 2 weeks ago
- Reflection via DWARF.☆297Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated 3 weeks ago
- Fantastic serialization library☆159Updated 10 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Structured concurrency operations for async Rust☆441Updated last month
- Per-object thread-local storage for Rust☆343Updated 10 months ago
- Fast function for printing integer primitives to a decimal string☆324Updated 3 weeks ago