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…☆262Updated 7 months ago
- A fast and flexible LRU map.☆199Updated last year
- Reflection via DWARF.☆298Updated 2 years ago
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Updated 4 months ago
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆318Updated 6 months ago
- Small, fast, synchronization primitives☆254Updated last year
- ☆205Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆176Updated 5 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- Concurrently Readable Data Structures for Rust☆363Updated this week
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Define your own PhantomData☆158Updated last month
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- Concurrent multi-producer multi-consumer queue☆299Updated 2 months ago
- Easy function multiversioning for Rust☆252Updated last year
- A thread pool for isolating blocking I/O in async programs☆374Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- Async broadcast channels☆190Updated 5 months ago
- in-place allocation-reusing queues for Rust☆395Updated last year
- Experiments with structured concurrency in Rust☆409Updated last year
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Updated 2 months ago
- Fantastic serialization library☆158Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week