>>25
Code isn't meant to be read, it is meant to execute. I optimize everything in my code; I've had compilers fuck up my programs too many times. I rewrote the Unix cat program so it was 7 ns faster (although this is a constant increase, because it was outside the parsing loop).