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
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆71Updated 7 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- rust bindings of snmalloc☆129Updated 2 weeks ago
- (lifetime) GATs on stable Rust☆57Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 weeks ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 11 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A lock-free, append-only atomic pool.☆66Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 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 2 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Some internal rustc tools made accessible☆47Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 2 months ago
- A low-level I/O ownership and borrowing library☆100Updated 4 months ago
- Time and duration crate optimized for speed and API stability.☆69Updated last month
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 3 months ago
- Convert closures into wakers☆45Updated 3 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Non-interleaving multithreaded output queue☆71Updated last month
- sptr: The Strict Provenance Polyfill☆76Updated last year
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- A fast and flexible LRU map.☆181Updated 3 months ago
- Asynchronously speed-limiting multiple byte streams☆59Updated 6 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Rust library for memory barrier☆35Updated 11 months ago
- Make trait methods callable without the trait in scope☆136Updated last month