Skip to main content
4 events
when toggle format what by license comment
Nov 10, 2019 at 11:25 comment added gnasher729 You do that kind of thing when you have measured the speed of your code and found it too slow, if you know what you’re doing (it’s not as simple as you think), and if you measure it afterwards and the speed has improved.
Jan 2, 2013 at 14:24 comment added Samuel About 99.999% of the applications out there have much more things that slow down the speed of the programs like database access, file access or network latency. Thinking about the speed while designing methods could be a valid reason for gaming, real time application or reporting with tons of data but not in other cases. However, its a good point but as small as I am as a programmer, I rarely have to do this type of optimization in my applications.
Apr 27, 2012 at 11:32 history made wiki Post Made Community Wiki by CodeART
Dec 19, 2010 at 2:31 history answered Chris Smith CC BY-SA 2.5