mgeier / rtrb
A realtime-safe single-producer single-consumer (SPSC) ring buffer
☆202Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for rtrb
- Lock-free SPSC FIFO ring buffer with direct access to inner data☆310Updated last month
- a lock-free concurrent slab (experimental)☆270Updated 2 months ago
- high-speed timing library in Rust☆302Updated this week
- A crate to help you go wide. By which I mean use SIMD stuff.☆300Updated 2 months ago
- in-place allocation-reusing queues for Rust☆287Updated 5 months ago
- A fixed-size circular buffer written in Rust.☆95Updated last week
- Fast, efficient, and robust memory reclamation for Rust.☆376Updated this week
- Async broadcast channels☆164Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆365Updated 4 months ago
- Per-object thread-local storage for Rust☆334Updated 6 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆207Updated 4 months ago
- Async synchronization primitives☆255Updated 3 weeks ago
- Concurrent multi-producer multi-consumer queue☆259Updated last week
- Task abstraction for building executors☆401Updated 3 weeks ago
- ☆223Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆112Updated last month
- Concurrently Readable Data Structures for Rust☆343Updated last month
- High performance containers and utilities for concurrent and asynchronous programming☆341Updated 2 weeks ago
- Easy function multiversioning for Rust☆203Updated 5 months ago
- Rust crate for managing CPU core affinities☆177Updated 3 months ago
- Delegation of trait implementations via procedural macros☆256Updated 3 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆109Updated this week
- A thread pool for isolating blocking I/O in async programs☆341Updated 3 weeks ago
- Generic Atomic<T> type for Rust☆217Updated 9 months ago
- Cargo extension for running Criterion.rs benchmarks☆186Updated 3 months ago
- Async executor☆333Updated 3 weeks ago
- Notify async tasks or threads☆447Updated last week
- ☆156Updated 2 weeks ago
- Futures, streams, and async I/O combinators.☆467Updated this week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆127Updated 7 months ago