Hacker News new | ask | show | jobs
by quaffapint 4428 days ago
I find myself with pre-optimization issues on my new code and define constants multiplied out rather than add that .000000001% extra overhead of doing the multiplication - it's a sickness.
1 comments

Actually in all likeliness your compiler will do tgat for you anyway.