A Bounded SPSC queue for Rust
☆161Dec 30, 2022Updated 3 years ago
Alternatives and similar repositories for bounded-spsc-queue
Users that are interested in bounded-spsc-queue are comparing it to the libraries listed below
Sorting:
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆538Aug 25, 2021Updated 4 years ago
- Ringbuffer with FD signalling - fast IPC without memory copies!☆90Feb 9, 2021Updated 5 years ago
- A modern asynchronous HTTP server for Rust.☆63Jan 5, 2017Updated 9 years ago
- asynchronous I/O in Rust☆14Jan 8, 2017Updated 9 years ago
- Communication primitives☆69Oct 15, 2017Updated 8 years ago
- Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).☆457Dec 1, 2017Updated 8 years ago
- A real-time hierarchical profiler☆82Jul 25, 2016Updated 9 years ago
- A low-latency, high-throughput inter-task communication library☆193Sep 25, 2015Updated 10 years ago
- An implementation of the disruptor data structure in Rust☆48Mar 7, 2026Updated last week
- A pool of reusable values☆51Nov 10, 2019Updated 6 years ago
- A fast mpmc queue with broadcast capabilities☆211Jul 20, 2018Updated 7 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Jan 17, 2017Updated 9 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Feb 16, 2026Updated last month
- A safe-ish wrapper for allocating, reallocating and deallocating heap buffers.☆12Jul 4, 2015Updated 10 years ago
- An object pool manager in Rust☆199Sep 12, 2021Updated 4 years ago
- A future & stream abstraction for Rust☆244Aug 24, 2016Updated 9 years ago
- ☆17Oct 1, 2015Updated 10 years ago
- Testing LLVM's profile guided optimization with Rust☆45Oct 24, 2018Updated 7 years ago
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆332Jul 11, 2019Updated 6 years ago
- Columnar query processing engine in Rust☆31Jun 4, 2024Updated last year
- This crate provides Rust bindings for the Open MPI Portable Hardware Locality "hwloc" library☆90Jul 14, 2021Updated 4 years ago
- ☆137Feb 12, 2024Updated 2 years ago
- event loop and promises in Rust☆111Jan 8, 2017Updated 9 years ago
- The mio-based framework for rust for doing I/O in simple and composable way (ABANDONED)☆360Nov 24, 2016Updated 9 years ago
- A Rust implementation of the PCG PRNG.☆24May 29, 2017Updated 8 years ago
- A typesafe store keyed by types and containing different types of values.☆180Dec 27, 2018Updated 7 years ago
- ☆738Mar 2, 2020Updated 6 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Implementation of Adaptive Radix Tree in Rust☆44Feb 26, 2020Updated 6 years ago
- A fast map for when one doesn't care about choosing the keys.☆27Nov 5, 2024Updated last year
- A parser combinator library for Rust☆1,355Feb 3, 2026Updated last month
- Collection of datastructures for rustlang☆11May 11, 2022Updated 3 years ago
- Atomic ring buffer is a fixed-size multi-producer multi-consumer queue that works on bare-metal systems.☆49Sep 25, 2017Updated 8 years ago
- Multi-producer, multi-consumer concurrent channel for Rust.☆391May 16, 2021Updated 4 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- A (mostly) lock-free concurrent work-stealing deque in Rust.☆245Aug 23, 2022Updated 3 years ago
- Compact string type for zero-copy parsing☆265Nov 16, 2023Updated 2 years ago
- A small Rust library for recycling types with owned memory☆33Jan 4, 2016Updated 10 years ago
- Coroutine I/O for Rust☆463Aug 24, 2018Updated 7 years ago