Show HN: Bitrpc – a Rust RPC library using bitcode, HTTP3, and io_uring(github.com)
github.com
Show HN: Bitrpc – a Rust RPC library using bitcode, HTTP3, and io_uring
https://github.com/fourlexboehm/bitrpc
0 comments
—
https://github.com/fourlexboehm/bitrpc
—
The problem with Tokio is it still doesn't have proper support for io_uring, and maybe never will due to its work stealing runtime. As such, I implemented a transport using HTTP 3 on Compio, a thread per core async runtime with great io_uring performance, HTTP3 support.