Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆86Updated 2 years ago
Alternatives and similar repositories for seqlock
Users that are interested in seqlock are comparing it to the libraries listed below
Sorting:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- rust bindings of snmalloc☆147Updated 4 months ago
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- A fast and flexible LRU map.☆198Updated last year
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- ☆52Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Async stream for Rust and the futures crate.☆192Updated last month
- skiplist☆144Updated 4 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- Time and duration crate optimized for speed and API stability.☆75Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- perf-event: a Rust interface to Linux performance monitoring☆126Updated 4 months ago
- Lending iterators on stable Rust☆83Updated last year
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Library safely exposing the io_uring API.☆71Updated last week
- Concurrent hash trie☆58Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago