this-week-in-rust
this-week-in-rust copied to clipboard
Research: On the Impact of Memory Safety on Fast Network I/O
This paper attempts to critically evaluate the claims of high performance and memory safety associated with Rust, particularly in the context of low-level network programming. The approach involves rewriting Nethuns, a fast C-based network I/O library, using Rust.