Amanieu / seqlock
A reader-writer lock that provides extremely fast read access without starving writers
☆78Updated last year
Alternatives and similar repositories for seqlock:
Users that are interested in seqlock are comparing it to the libraries listed below
- A growable bit-vector for Rust, optimized for size☆40Updated 2 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
- rust bindings of snmalloc☆129Updated last month
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆78Updated 8 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Better reference counted strings for Rust☆125Updated 9 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Map data structure whose keys are stored as ranges☆88Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- docs.rs as a publishing platform?☆68Updated 2 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Time and duration crate optimized for speed and API stability.☆70Updated last month
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- Lending iterators on stable Rust☆82Updated last year
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- The simd optimized escape code☆53Updated last week