Sep 8, 2021
Hmm. Some programs indeed have a short and important "hot path" that may run 1,000,000x where speed optimisation is important. But in most code in most programs it doesn't really matter if something takes 200ns or 250ns if it's only going to be run a handful of times. In those places prefer readability.