Y
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
nicholassm83
700 days ago
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.
link
zamalek
698 days ago
Nit: C/++ is safer than Rust unsafe. There are constraints (no aliasing) that must be upheld in unsafe.
link