A high-performance, lock-free ring buffer for single-producer, single-consumer scenarios.
A high-throughput append-oriented storage engine built in Rust using batched buffer-ring writes, direct I/O (O_DIRECT), and async io_uring dispatch.
Lock-free SPSC FIFO ring buffer with direct access to inner data
EXPERIMENTAL: CRDT layer for xaeroflux
EXPERIMENTAL: actor layer for xaeroflux
EXPERIMENTAL: actor layer for xaeroflux
Yet Another Ring Buffer. SPSC channel with direct access for bytes/Copy.
A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc
Ultra-fast, low-latency logging for Rust applications
High-performance, schema-agnostic, backend-agnostic event bus
High-performance, schema-agnostic, backend-agnostic event bus
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.