Bajix / swap-queue-rsLinks
A queue designed for buffer swapping instead of task popping
☆23Updated 2 years ago
Alternatives and similar repositories for swap-queue-rs
Users that are interested in swap-queue-rs are comparing it to the libraries listed below
Sorting:
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Utilities building on top of Rust's async primitives.☆23Updated 6 years ago
- futures::AtomicWaker extracted into its own crate☆27Updated last month
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- a fast async pool based on channel☆24Updated last month
- Static Linear Algebra System☆36Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- Dynamic structured values for Rust☆28Updated 2 months ago
- Timer facilities for Rust's async story☆56Updated 8 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Duplicate an async I/O handle☆41Updated 5 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- ☆47Updated 6 months ago
- SQLite-based on-disk cache for Rust.☆23Updated 10 months ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 3 months ago
- bytes::BufMut implementation to count buffer size☆22Updated last month
- A type erased wrapper around some key-value storages to provide common operations(redis, sled, hashmaps)☆23Updated last year
- ☆39Updated 2 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 2 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 6 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated 3 weeks ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago