Cassy343 / flashmapLinks
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
Sorting:
- a lock-free concurrent slab (experimental)☆282Updated 5 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆233Updated 4 months ago
- A fast and flexible LRU map.☆183Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Easy function multiversioning for Rust☆224Updated 5 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆292Updated 9 months ago
- Concurrent multi-producer multi-consumer queue☆283Updated last week
- Reflection via DWARF.☆296Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- Async synchronization primitives☆269Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆182Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆164Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆185Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- in-place allocation-reusing queues for Rust☆374Updated 11 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Compatibility adapter between tokio and futures☆170Updated 2 months ago
- Cargo extension for running Criterion.rs benchmarks☆199Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆248Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆364Updated last week
- Per-object thread-local storage for Rust☆343Updated last year
- ☆194Updated last year
- A fast, concurrent string interner☆150Updated 9 months ago
- Small, fast, synchronization primitives☆245Updated 8 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Task abstraction for building executors☆466Updated 4 months ago
- Super-fast float parser in Rust (now part of Rust core)☆275Updated 2 years ago