Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆84Updated 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 3 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Non-interleaving multithreaded output queue☆72Updated this week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A growable bit-vector for Rust, optimized for size☆43Updated 7 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 3 months ago
- ☆51Updated 9 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆89Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- A thread-safe & efficient memory pool☆169Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Async stream for Rust and the futures crate.☆187Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- a lock-free concurrent slab (experimental)☆296Updated 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 3 years ago
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year