Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆80Updated 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☆131Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- (lifetime) GATs on stable Rust☆58Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 months ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated 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 2 years ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆70Updated last year
- Faster integer division and modulus operations☆87Updated 2 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- A fast and flexible LRU map.☆183Updated 4 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- docs.rs as a publishing platform?☆68Updated 2 weeks ago
- Library safely exposing the io_uring API.☆62Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- An updated version of linked-hash-map and friends☆114Updated last month
- Local-affinity first NUMA-aware allocator with optional fallback.☆26Updated 4 years ago