Rust's vs. C++'s performance of a network driver implemented in both languagesgithub.com4 points·by ackxolotl·há 6 anos·0 comments
Ixy.cpp: A high-speed user space network driver written in C++github.com3 points·by ackxolotl·há 6 anos·0 comments
Ixy.cpp: A high-speed user space network driver written in C++github.com4 points·by ackxolotl·há 6 anos·0 comments
ackxolotl·há 5 anos·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...