Amanieu / seqlockLinks
A reader-writer lock that provides extremely fast read access without starving writers
☆82Updated last year
Alternatives and similar repositories for seqlock
Users that are interested in seqlock are comparing it to the libraries listed below
Sorting:
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 10 months ago
- rust bindings of snmalloc☆137Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated last month
- 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.☆110Updated this week
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A stack for rust trait objects that minimizes allocations☆128Updated 2 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
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A fast and flexible LRU map.☆190Updated 6 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- Non-interleaving multithreaded output queue☆71Updated last month
- Asynchronously speed-limiting multiple byte streams☆64Updated 9 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 7 months ago
- Lending iterators on stable Rust☆83Updated last year
- perf-event: a Rust interface to Linux performance monitoring☆120Updated 2 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated 2 months ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 6 months ago
- The simd optimized escape code☆54Updated last week
- Performant time measuring in Rust☆194Updated last year