Hacker News new | ask | show | jobs
by jononor 1962 days ago
There are also situations where you cannot get a C++ compiler to emit optimal code without resorting to intrinsics or inline Assembly. 99% of Rust and C++ code performs well without going that deep.