tower120 / rc_event_queue
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
☆21Updated 3 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
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- ☆46Updated 4 years ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Extensions to the Rust standard library☆43Updated 2 months ago
- high-efficiency concurrent reclamation☆35Updated 5 months ago
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated last year
- Asynchronous signal handling☆15Updated 3 weeks ago
- impl fallible collections in rust, quite as describe in RFC 2116☆35Updated 3 months ago
- Asynchronous pipelines of contiguous data, for rust.☆17Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Sans-I/O abstraction layer for any async runtime.☆16Updated 2 weeks ago
- Rust library for memory barrier☆35Updated 8 months ago
- Asynchronize blocking operation.☆26Updated 2 years ago
- A Rustified OpenCL Experience☆46Updated last year
- Approximate Quantiles with Configurable Worst Case Error☆15Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Thread-unsafe async runtime☆27Updated 3 months ago
- Extra event types built on top of rsevents☆17Updated last year
- Adapters between hyper 0.14-1.0, http-body 0.4-1.0, and tower-service 0.3.☆11Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated last year
- A lightweight lock protected by an atomic boolean.☆35Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- An alternative `std`-like implementation built on origin☆26Updated last month
- Async, lock-free synchronization primitives for task wakeup☆43Updated 5 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago