tower120 / rc_event_queue
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:
- futures::AtomicWaker extracted into its own crate☆26Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A lightweight lock protected by an atomic boolean.☆37Updated 2 months ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 10 months ago
- Duplicate an async I/O handle☆41Updated 3 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Deadlock free Mutexes.☆14Updated last year
- NATS unique identifiers☆20Updated 3 months ago
- Full precision decimal representation of f64☆26Updated 2 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- Dynamic structured values for Rust☆28Updated last month
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- Immutable types and ImplicitClone trait similar to Copy☆20Updated 2 months ago
- A type erased wrapper around some key-value storages to provide common operations(redis, sled, hashmaps)☆23Updated last year
- Asynchronous signal handling☆17Updated last week
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Convert closures into wakers☆45Updated 3 months ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- Thread-unsafe async runtime☆27Updated 6 months ago
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Case-preserving, ASCII case-insensitive `no_std` string types for Rust.☆12Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 6 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- ☆47Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- A Rustified OpenCL Experience☆46Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year