losfair / rust-coroutinesLinks
Stackful coroutine library for Rust that "just works"
☆53Updated 2 years ago
Alternatives and similar repositories for rust-coroutines
Users that are interested in rust-coroutines are comparing it to the libraries listed below
Sorting:
- Epoch-based garbage collection☆81Updated 6 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- In-memory filesystem in Rust☆73Updated 5 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Implementation of Adaptive Radix Tree in Rust☆43Updated 5 years ago
- Distributed consensus protocol for replicated state machines☆62Updated 6 years ago
- liburing bindings☆35Updated 2 years ago
- Native Rust library for managing control groups under Linux☆77Updated 3 years ago
- Asynchronous file I/O for Tokio☆49Updated last month
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Rust futures on spdk☆33Updated 5 years ago
- Instrument Rust code using Rust☆64Updated 6 years ago
- A concurrent lock-free hash map for Rust.☆21Updated 4 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Distributed filesystem in Rust☆56Updated 2 years ago
- A first-in-first-out for bytes, like kfifo in Linux.