Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Disabling bounds checking seems to still be a cargo cult thing.

Even when using C++ I keep them enabled (via compiler options) and it is seldom a problem in the age of Electron apps fashion.

Doing something in ms instead of us is hardly an issue for 99% of applications.



Right. It's mostly a thing in number-crunching code working on matrices and in some string operations. It's important to handle small inner loops well; other than that, it's seldom a big time issue.




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

Search: