Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆82Updated last year
Alternatives and similar repositories for seqlock
Users that are interested in seqlock are comparing it to the libraries listed below
Sorting:
- rust bindings of snmalloc☆140Updated this week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆82Updated last year
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- A stack for rust trait objects that minimizes allocations