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
- A fast and flexible LRU map.☆181Updated 3 months ago
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆410Updated last month
- 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☆231Updated 2 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- Easy function multiversioning for Rust☆221Updated 4 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last week
- Experiments with structured concurrency in Rust☆358Updated 8 months ago
- Fantastic serialization library☆158Updated 11 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 8 months ago
- ☆192Updated last year
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆419Updated 11 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated 2 weeks ago
- in-place allocation-reusing queues for Rust☆364Updated 10 months ago
- A thread-safe & efficient memory pool☆168Updated last year
- Async broadcast channels☆176Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Per-object thread-local storage for Rust☆341Updated 11 months ago
- Fast function for printing integer primitives to a decimal string☆325Updated last month
- Müsli is a flexible and efficient serialization framework☆385Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 9 months ago
- Structured concurrency operations for async Rust☆442Updated 2 months ago
- Concurrently Readable Data Structures for Rust☆355Updated this week
- A concurrent, append-only vector.☆153Updated 3 weeks ago
- Task abstraction for building executors☆462Updated 2 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- A thread pool for isolating blocking I/O in async programs☆354Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆158Updated last month