DataDog / glommioLinks
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
☆3,359Updated 3 months ago
Alternatives and similar repositories for glommio
Users that are interested in glommio are comparing it to the libraries listed below
Sorting:
- Zero-copy deserialization framework for Rust☆3,487Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,706Updated 5 months ago
- Blazing fast concurrent HashMap for Rust.☆3,630Updated 5 months ago
- Highly-available Distributed Fault-tolerant Runtime☆2,868Updated 2 years ago
- rust stackful coroutine library☆2,174Updated last week
- A small and fast async runtime for Rust☆4,409Updated last week
- A lock-free, read-optimized, concurrency primitive.☆2,007Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,721Updated 2 weeks ago
- Concurrency permutation testing tool for Rust.☆2,441Updated last week
- An io_uring backed runtime for Rust☆1,313Updated last month
- The `io_uring` library for Rust☆1,451Updated this week
- async fn(Request) -> Result<Response, Error>☆3,911Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,056Updated 2 weeks ago
- Cap'n Proto for Rust☆2,266Updated last week
- An RPC framework for Rust with a focus on ease of use.☆3,525Updated 2 weeks ago
- Rust async runtime based on io-uring.☆4,625Updated last week
- a debugger for async rust!☆4,155Updated 3 months ago
- PROST! a Protocol Buffers implementation for the Rust Language☆4,373Updated last week
- Async version of the Rust standard library☆4,052Updated last week
- Application level tracing for Rust.☆6,140Updated last week
- An embedded key-value database in pure Rust☆3,917Updated 2 weeks ago
- Tools for concurrent programming in Rust☆8,018Updated 2 months ago
- Rust port of simdjson☆1,294Updated 3 weeks ago
- Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to.