sergey-melnychuk / mio-tcp-server
Code for the article "Low-level TCP server with Rust and MIO"
☆21Updated 2 years ago
Alternatives and similar repositories for mio-tcp-server:
Users that are interested in mio-tcp-server are comparing it to the libraries listed below
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A drop-in GlobalAlloc implementation using tcmalloc from gperftools.☆18Updated last year
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆40Updated 11 months ago
- Utilities building on top of Rust's async primitives.☆23Updated 5 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Thread-unsafe async runtime☆27Updated 5 months ago
- r-cache is an in memory key value store. It is thread safe and values can have expiry times.☆21Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- trigger io::Error's in test, and annotate their source☆30Updated last year
- bytes::BufMut implementation to count buffer size☆22Updated 3 weeks ago
- Local Actor library based on may☆28Updated 9 months ago
- ☆46Updated 3 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 2 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 3 years ago
- Rust library that provides helpers for testing resilience of I/O operations.☆32Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated last month
- Consistent Hashing library in Rust☆18Updated last year
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- structured parallel execution for async Rust☆33Updated 7 months ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- Convert closures into wakers☆45Updated 2 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 3 months ago
- Low overhead, high precision measurement crate for Rust☆16Updated 2 weeks ago
- Synchronization mechanisms based on lock-free queues and Rust futures☆37Updated last year
- A global executor built on top of async-executor and smol☆73Updated 2 weeks ago