mgeier / rtrb
A realtime-safe single-producer single-consumer (SPSC) ring buffer
☆217Updated last month
Alternatives and similar repositories for rtrb:
Users that are interested in rtrb are comparing it to the libraries listed below
- Lock-free SPSC FIFO ring buffer with direct access to inner data☆381Updated 2 weeks ago
- in-place allocation-reusing queues for Rust☆359Updated 8 months ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆325Updated this week
- a lock-free concurrent slab (experimental)☆278Updated last month
- A fixed-size circular buffer written in Rust.☆109Updated 3 months ago
- high-speed timing library in Rust☆329Updated last month
- Async broadcast channels☆172Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆173Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆118Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆275Updated last month
- ☆177Updated 4 months ago
- Rust crate for managing CPU core affinities☆183Updated 7 months ago
- Easy function multiversioning for Rust☆211Updated 2 months ago
- Task abstraction for building executors☆450Updated 3 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆220Updated last month
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆180Updated 4 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆404Updated this week
- ☆260Updated this week
- Concurrently Readable Data Structures for Rust☆349Updated this week
- Delegation of trait implementations via procedural macros☆260Updated 7 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆143Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 8 months ago
- Fast floating point to string conversion☆622Updated this week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- Async executor☆355Updated last month
- High-performance containers and utilities for concurrent and asynchronous programming☆379Updated last week
- Notify async tasks or threads☆459Updated 3 weeks ago
- An asyncronous resampling library written in Rust☆206Updated 3 months ago
- Generic Atomic<T> type for Rust☆226Updated last year