Hacker News new | ask | show | jobs
by tester756 1302 days ago
If you need perf, then consider

better algorithms, better data structures, multi-threading, branchless programming (except safety), data-oriented design

and then elimination of checks, not first.