Amanieu / seqlock
A reader-writer lock that provides extremely fast read access without starving writers
☆77Updated last year
Alternatives and similar repositories for seqlock:
Users that are interested in seqlock are comparing it to the libraries listed below
- rust bindings of snmalloc☆127Updated last month
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- (lifetime) GATs on stable Rust☆57Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 9 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 10 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆70Updated 6 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Local-affinity first NUMA-aware allocator with optional fallback.☆24Updated 3 years ago
- ☆46Updated 3 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A lock-free, append-only atomic pool.☆66Updated 2 years ago
- Framework for simulating distributed applications☆98Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- Non-interleaving multithreaded output queue☆71Updated 2 weeks ago
- Rust library to program hardware performance counter.☆53Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago
- Time and duration crate optimized for speed and API stability.☆68Updated 2 weeks ago
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆64Updated 10 months ago
- Map data structure whose keys are stored as ranges☆81Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆228Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆86Updated 9 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 2 months ago