Hacker News new | ask | show | jobs
by bluejekyll 700 days ago
While you’re not explicitly saying this, C++ in Rust’s terms, is all unsafe. In a multi-threading context like this, that’s even more important.
2 comments

I'm trying to be polite. :-) And there is a lot of great C++ code and developers out there - especially in the e-trading/HFT space.
Nit: C/++ is safer than Rust unsafe. There are constraints (no aliasing) that must be upheld in unsafe.