tailhook / tk-sendfileLinks
A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)
☆29Updated 8 years ago
Alternatives and similar repositories for tk-sendfile
Users that are interested in tk-sendfile are comparing it to the libraries listed below
Sorting:
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 5 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A connection pool implementation for tokio☆23Updated 7 years ago
- Asynchronous process management for tokio☆148Updated 6 years ago
- Rust serializer library☆87Updated last year
- Lock free bounded non blocking pub sub queue☆76Updated last month
- Unix signal handling for tokio☆87Updated 6 years ago
- ☆70Updated 4 years ago
- Concurrent hash trie☆57Updated 4 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 6 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 5 years ago
- A library that allows to listen network sockets with proper resource limits and error handling☆30Updated 6 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…