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
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆69Updated 8 months ago
- rust bindings of snmalloc☆125Updated last month
- A benchmarking harness for concurrent key-value collections☆117Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆89Updated 11 months ago
- Library safely exposing the io_uring API.☆56Updated this week
- 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 5 months ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆23Updated 3 years ago
- (lifetime) GATs on stable Rust☆56Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆64Updated 6 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆119Updated 7 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆84Updated 7 months ago
- docs.rs as a publishing platform?☆66Updated last week
- Lockfree resizeable concurrent hash table.☆53Updated 3 years ago
- A fast and flexible LRU map.☆173Updated 3 weeks ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- A lock-free, append-only atomic pool.☆66Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 10 months ago
- Framework for simulating distributed applications☆98Updated 4 years ago
- perf-event: a Rust interface to Linux performance monitoring☆112Updated 9 months 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…☆45Updated 2 years ago
- Non-interleaving multithreaded output queue☆71Updated last week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 10 months ago
- Lending iterators on stable Rust☆81Updated last year
- Better reference counted strings for Rust☆117Updated 6 months ago
- liburing bindings☆34Updated 2 years ago