Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆80Updated last year
Alternatives and similar repositories for seqlock
Users that are interested in seqlock are comparing it to the libraries listed below
Sorting:
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- rust bindings of snmalloc☆136Updated 2 months ago
- The simd optimized escape code☆54Updated last week
- ☆49Updated 6 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A fast and flexible LRU map.☆185Updated 5 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆70Updated last year
- docs.rs as a publishing platform?☆69Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Asynchronously speed-limiting multiple byte streams☆61Updated 8 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Scoped Thread Local Storage for Rust☆56Updated last year
- A generic, fixed-size, associative cache☆40Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆26Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 5 months ago