Lock-free SPSC FIFO ring buffer with direct access to inner data
☆548Dec 25, 2025Updated 2 months ago
Alternatives and similar repositories for ringbuf
Users that are interested in ringbuf are comparing it to the libraries listed below
Sorting:
- A realtime-safe single-producer single-consumer (SPSC) ring buffer☆291Mar 2, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Spin-based synchronization primitives☆588Feb 5, 2026Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated last week
- A fixed-size circular buffer written in Rust.☆144Jul 11, 2025Updated 8 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- Async I/O and timers☆592Updated this week
- Concurrent multi-producer multi-consumer queue☆302Dec 2, 2025Updated 3 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆229Updated this week
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,531Mar 5, 2026Updated 2 weeks ago
- Portable interface to epoll, kqueue, event ports, and wepoll☆726Feb 7, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Notify async tasks or threads☆505Feb 7, 2026Updated last month
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- The `io_uring` library for Rust☆1,620Mar 4, 2026Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- a lock-free concurrent slab (experimental)☆309Jan 20, 2026Updated 2 months ago
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- Adaptors between compression crates and Rust's async IO types☆622Updated this week
- The fast sync and async channel that Rust deserves☆1,699Dec 18, 2025Updated 3 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆321Jul 13, 2025Updated 8 months ago
- A simple and fast random number generator☆569Mar 9, 2026Updated last week
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- An implementation of a LRU cache☆795Jan 7, 2026Updated 2 months ago
- Futures, streams, and async I/O combinators.☆539Feb 5, 2026Updated last month
- A multiprocess drop-in replacement for Rust channels☆1,097Mar 9, 2026Updated last week
- Efficient, lock-free, bounded Rust broadcast channel☆838Sep 9, 2023Updated 2 years ago
- A lock-free, read-optimized, concurrency primitive.☆2,097Mar 14, 2026Updated last week
- Typed distributed plugin registration☆1,278Feb 19, 2026Updated last month
- Rust async runtime based on io-uring.☆4,914Feb 19, 2026Updated last month