DNF 3: better performance and a move to C++
DNF 3: better performance and a move to C++
Posted Mar 29, 2018 22:21 UTC (Thu) by k8to (guest, #15413)In reply to: DNF 3: better performance and a move to C++ by roc
Parent article: DNF 3: better performance and a move to C++
It seems like a shame that arranging for behavior on overflow is so obscure in C and C++ programming circles, still. If C++ developers regularly arranged for known behavior and decided on policy for it, a whole class of bugs would be removed in that environment.
Certainly Rust having a sane default that is well-known is a significant improvement.