Hacker News new | past | comments | ask | show | jobs | submit login

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.



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: