A realtime-safe single-producer single-consumer ring buffer
A defmt global logger based on rtrb ring buffer.
A fork of the `rtrb` crate that uses basedrop's Shared pointer in place of Arc
A lock-free single-producer single-consumer byte channel backed by a flat arena
High performance SPSC circular byte buffer with batch operations
Chunk-based audio streaming for Rust, built on audio_samples (core audio representation and processing) and audio_samples_io. Streams AudioSamples buffers through a unified AudioStream/AudioSink trait pair; WAV, FLAC, hardware devices, rodio, and async.
A fast and simple ring-buffer-based single-producer, single-consumer queue with no dependencies. You can use this to write Rust programs with low-latency message passing.
Facilitate reading and writing midi files.
Concurrency collections
A Rust library for interacting with data encoded in the VLBI Data Interchange Format (VDIF).
High-performance ring buffer with automatic stack/heap optimization | 高性能环形缓冲区,支持栈/堆自动优化
submillisecond.com cookbook recipe - concurrency: subms-spsc-ring-buffer. Wait-free SPSC ring buffer with cache-line padded counters and opposite-index caching; sub-50ns enqueue/dequeue on sibling cores.