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
- (lifetime) GATs on stable Rust☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated 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
- Lending iterators on stable Rust☆83Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Time and duration crate optimized for speed and API stability.☆75Updated 2 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- A fast and flexible LRU map.☆198Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Async stream for Rust and the futures crate.☆192Updated last month
- ☆48Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Library safely exposing the io_uring API.☆71Updated last week
- The simd optimized escape code☆54Updated last week
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 5 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 2 months ago