Cassy343 / flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆242Updated 2 years ago
Alternatives and similar repositories for flashmap:
Users that are interested in flashmap are comparing it to the libraries listed below
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆222Updated 2 months ago
- A fast and flexible LRU map.☆180Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆161Updated 3 weeks ago
- ☆191Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆408Updated last month
- in-place allocation-reusing queues for Rust☆362Updated 9 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated this week
- Per-object thread-local storage for Rust☆343Updated 11 months ago
- Easy function multiversioning for Rust☆221Updated 3 months ago
- Async synchronization primitives☆263Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 7 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆138Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆179Updated last week
- Task abstraction for building executors☆461Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆124Updated 9 months ago
- offsetof for Rust☆225Updated last year
- A simple, fast, LRU cache implementation.☆202Updated 11 months ago
- Concurrently Readable Data Structures for Rust☆354Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- Rust implementation of xxhash☆224Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Lightweight and high performance concurrent cache☆229Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆352Updated 2 months ago
- Fantastic serialization library☆159Updated 10 months ago
- generators☆205Updated last year
- Small, fast, synchronization primitives☆244Updated 6 months ago