Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆85Updated 2 years ago
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☆144Updated 2 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆136Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Non-interleaving multithreaded output queue☆74Updated 2 weeks ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 2 weeks ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month
- ☆51Updated 10 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- perf-event: a Rust interface to Linux performance monitoring☆125Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- ☆48Updated last year
- A thread-safe & efficient memory pool☆170Updated 2 years ago
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated this week
- Async stream for Rust and the futures crate.☆188Updated 3 weeks ago