tower120 / rc_event_queueLinks
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
☆21Updated last year
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:
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago
- A diff-based data management language to implement unlimited undo, auto-save for games, and cloud-apps which needs to retain every change…☆24Updated 3 years ago
- Derive macro for generating arrays from struct fields.☆20Updated 3 years ago
- A flexible byte pool.☆18Updated 2 years ago
- ☆36Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 6 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- a fast async pool based on channel☆26Updated 6 months ago
- ☆47Updated 5 years ago
- ☆24Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 11 months ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Approximate Quantiles with Configurable Worst Case Error☆16Updated 3 years ago
- Byte-wise atomic memcpy.☆38Updated last month
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- Crate for data that should be pinned to the stack at the point of declaration.☆13Updated 4 years ago
- Fast, vector-based map implementation that preserves insertion order.☆15Updated 5 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆35Updated last week
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- high-efficiency concurrent reclamation☆38Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 3 years ago