cssivision / awak
A small async runtime for Rust
☆58Updated 9 months ago
Alternatives and similar repositories for awak:
Users that are interested in awak are comparing it to the libraries listed below
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A foray into rust async await☆44Updated 5 years ago
- Asynchronously speed-limiting multiple byte streams☆57Updated 4 months ago
- Small examples to explain Futures, Waker, Tasks in Rust☆62Updated 4 years ago
- RiteLinked - LinkedHashMap & LinkedHashSet in Rust☆53Updated last year
- Skiplist implementation in rust☆94Updated last year
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆78Updated 4 years ago
- LevelDB: Rust implementation☆77Updated 5 years ago
- Another Async IO Framework based on io_uring☆62Updated 2 years ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆27Updated last year
- ☆36Updated 2 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- The Rustc Trait System Refactor Initiative☆22Updated 5 months ago
- Async networking primitives for TCP/UDP/Unix communication☆130Updated 3 weeks ago
- ☆129Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 7 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 10 months ago
- Asynchronous access to a bincode-encoded item stream.☆70Updated last month
- This is a Rust implementation for popular caches (support no_std).☆108Updated last week
- Style guide for PingCAP and TiKV code☆81Updated 4 years ago
- ☆22Updated 4 years ago
- ☆33Updated 4 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Build database expression type checker and vectorized runtime executor in type-safe Rust