Rust's vs. C++'s performance of a network driver implemented in both languagesgithub.com4 points·by ackxolotl·6 anni fa·0 comments
Ixy.cpp: A high-speed user space network driver written in C++github.com3 points·by ackxolotl·6 anni fa·0 comments
Ixy.cpp: A high-speed user space network driver written in C++github.com4 points·by ackxolotl·6 anni fa·0 comments
ackxolotl·5 anni fa·discussWe've implemented network drivers in C and Rust and did a performance comparison. Interestingly, the C-to-Rust-transpiled code ended up being faster than the original C implementation: https://github.com/ixy-languages/ixy-languages/blob/master/R...