On Optimisations
There’s an old maxim amongst programmers, that premature optimisation is the root of all evil. Or to put that in a less glib way, it’s generally a bad idea to perform optimisations before your program is completed, and it’s always a bad idea to perform optimisations if you have no way to check your performance…