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.☆85Updated last year
- rust bindings of snmalloc☆144Updated 2 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Time and duration crate optimized for speed and API stability.☆74Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆189Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 5 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A thread-safe & efficient memory pool☆171Updated 2 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Non-interleaving multithreaded output queue☆79Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆113Updated 2 weeks ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- Lending iterators on stable Rust☆83Updated last year
- Framework for simulating distributed applications☆104Updated 5 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- skiplist☆144Updated 4 years 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
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago