Cassy343 / flashmapLinks
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆254Updated 2 years ago
Alternatives and similar repositories for flashmap
Users that are interested in flashmap are comparing it to the libraries listed below
Sorting:
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆239Updated last month
- A fast and flexible LRU map.☆190Updated 6 months ago
- a lock-free concurrent slab (experimental)☆291Updated 7 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆429Updated last month
- A thread-safe & efficient memory pool☆169Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- RcLite: small, fast, and memory-friendly reference counting for Rust☆187Updated 4 months ago
- Concurrently Readable Data Structures for Rust☆359Updated 3 weeks ago
- ☆197Updated last year
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Experiments with structured concurrency in Rust☆374Updated last year
- Small, fast, synchronization primitives☆245Updated 10 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆141Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated this week
- Concurrent multi-producer multi-consumer queue☆284Updated this week
- Per-object thread-local storage for Rust☆346Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆193Updated 3 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆297Updated 2 weeks ago
- ☆191Updated 4 months ago
- Define your own PhantomData☆155Updated this week
- Async broadcast channels☆180Updated 7 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 10 months ago
- Async synchronization primitives☆270Updated 4 months ago
- Lightweight and high performance concurrent cache☆254Updated this week
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆423Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Easy function multiversioning for Rust☆233Updated 7 months ago
- rust bindings of snmalloc☆137Updated 3 months ago