tower120 / rc_event_queueLinks
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
☆21Updated 6 months ago
Alternatives and similar repositories for rc_event_queue
Users that are interested in rc_event_queue are comparing it to the libraries listed below
Sorting:
- cross-platform Rust API for memory mapped IO☆42Updated last year
- futures::AtomicWaker extracted into its own crate☆27Updated 2 weeks ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Duplicate an async I/O handle☆41Updated 4 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- Extensions to the Rust standard library☆46Updated 6 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last week
- Full precision decimal representation of f64☆26Updated 2 weeks ago
- ☆47Updated 4 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- high-efficiency concurrent reclamation☆35Updated 9 months ago
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆41Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- Traits for inspecting memory usage of Rust types☆25Updated 5 months ago
- Asynchronous signal handling☆17Updated last week
- ☆13Updated 2 years ago
- A lightweight lock protected by an atomic boolean.☆37Updated 3 months ago
- Completion futures for Rust☆19Updated 2 years ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 11 months ago
- The simd optimized escape code☆54Updated this week
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 months ago
- Convert closures into wakers☆45Updated 4 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 6 months ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- a fast async pool based on channel☆24Updated 2 weeks ago
- Dynamic structured values for Rust☆28Updated 2 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago