this-week-in-rust icon indicating copy to clipboard operation
this-week-in-rust copied to clipboard

Research: On the Impact of Memory Safety on Fast Network I/O

Open RiccardoSagramoni opened this issue 5 months ago • 0 comments

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.

RiccardoSagramoni avatar Aug 28 '24 14:08 RiccardoSagramoni