agerasev / ringbufLinks
Lock-free SPSC FIFO ring buffer with direct access to inner data
☆456Updated 3 weeks 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☆234Updated 3 weeks ago
- in-place allocation-reusing queues for Rust☆380Updated last year
- Rust crate for managing CPU core affinities☆201Updated 6 months ago
- cross-platform Rust API for memory mapped IO☆526Updated 3 weeks ago
- Concurrent multi-producer multi-consumer queue☆289Updated last month
- Per-object thread-local storage for Rust☆351Updated 3 weeks ago
- Async I/O and timers☆543Updated last week
- Notify async tasks or threads☆484Updated last month
- A collection of high-performance containers and utilities providing both asynchronous and synchronous interfaces☆444Updated this week
- A crate to help you go wide. By which I mean use SIMD stuff.☆414Updated this week
- Task abstraction for building executors☆481Updated 7 months ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆664Updated 2 weeks ago
- Futures, streams, and async I/O combinators.☆516Updated last month
- A crate for safe and ergonomic pin-projection.☆680Updated last week
- Experiments with structured concurrency in Rust☆385Updated last year
- Async executor☆396Updated 2 weeks ago
- Rust allocator using jemalloc as a backend☆446Updated 3 months ago
- Fast floating point to string conversion☆650Updated 3 weeks ago
- a lock-free concurrent slab (experimental)☆295Updated 8 months ago
- high-speed timing library in Rust☆355Updated 3 months ago
- ☆330Updated last month
- Easy self-referential struct generation for Rust.☆649Updated 8 months ago
- Adaptors between compression crates and Rust's async IO types☆549Updated last week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆502Updated last month
- Fast function for printing integer primitives to a decimal string☆341Updated last week
- ☆296Updated 3 weeks ago
- Spin-based synchronization primitives☆550Updated 2 months ago
- A Rust wrapper around native shared memory for Linux and Windows☆420Updated 2 years ago
- Intrusive collections for Rust