Amanieu / seqlock
A reader-writer lock that provides extremely fast read access without starving writers
☆76Updated last year
Alternatives and similar repositories for seqlock:
Users that are interested in seqlock are comparing it to the libraries listed below
- rust bindings of snmalloc☆126Updated last week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 10 months ago
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- (lifetime) GATs on stable Rust☆57Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 10 months ago
- The simd optimized escape code☆53Updated this week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆149Updated 9 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆69Updated 9 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆64Updated 6 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 7 months ago
- A Rust data structure for efficient lower-bound lookups☆89Updated 11 months ago
- A lock-free, append-only atomic pool.☆66Updated 2 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- Map data structure whose keys are stored as ranges☆81Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago
- Non-interleaving multithreaded output queue☆71Updated this week
- Async fundamentals initiative: portable and interoperable☆75Updated last year
- Time and duration crate optimized for speed and API stability.☆67Updated 3 weeks ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆23Updated 3 years ago
- New register allocator designed as a successor to regalloc2☆31Updated last week
- A plugin for Criterion.rs to measure Linux perf events.☆42Updated last year
- Framework for simulating distributed applications☆98Updated 4 years ago
- A fast and flexible LRU map.☆174Updated last month
- ☆57Updated this week