Cassy343 / flashmapLinks
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆255Updated 3 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…☆250Updated 3 months ago
- A fast and flexible LRU map.☆192Updated 9 months ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- A thread-safe & efficient memory pool☆169Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆448Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Easy function multiversioning for Rust☆238Updated 9 months ago
- ☆201Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 3 months ago
- Small, fast, synchronization primitives☆250Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Per-object thread-local storage for Rust☆353Updated this week
- Concurrently Readable Data Structures for Rust☆361Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated last week
- rust bindings of snmalloc☆140Updated 3 weeks ago
- Concurrent multi-producer multi-consumer queue☆291Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆306Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- ☆196Updated 6 months ago
- A thread pool for isolating blocking I/O in async programs☆366Updated 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
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆201Updated 2 weeks ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- 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
- Define your own PhantomData☆158Updated 2 weeks ago
- Structured concurrency operations for async Rust☆467Updated last week
- Experiments with structured concurrency in Rust☆385Updated last year