Cassy343 / flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆243Updated 2 years ago
Alternatives and similar repositories for flashmap:
Users that are interested in flashmap are comparing it to the libraries listed below
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆412Updated 2 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆224Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- ☆192Updated last year
- Reflection via DWARF.☆296Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 10 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last month
- in-place allocation-reusing queues for Rust☆368Updated 11 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆181Updated last month
- Small, fast, synchronization primitives☆245Updated 7 months ago
- Async broadcast channels☆177Updated 4 months ago
- Easy function multiversioning for Rust☆223Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆184Updated 3 weeks ago
- A thread pool for isolating blocking I/O in async programs☆356Updated 3 months ago
- Per-object thread-local storage for Rust☆342Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆91Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆120Updated 7 months ago
- Graph the number of crates that depend on your crate over time☆238Updated this week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 8 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 5 months ago
- Performant time measuring in Rust☆188Updated last year
- Define your own PhantomData☆152Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated last month
- Concurrently Readable Data Structures for Rust☆355Updated 3 weeks ago
- Task abstraction for building executors☆465Updated 3 months ago