optimization - Is code clearness killing application performance? -
As today's code is becoming more complex than the minute, it needs to be designed to maintain code - reading Easy in, and easy to understand.
It's being said, I can not help but run programs such as Winamp or some sports a few years ago, but you need to remember that you need a high performance program because your 486 100 MHz will not play MP3 games with the beautiful MP3 player that will consume all your CPU chips
Now I run the media player (or whatever), starts playing an MP3 and it comes 25-30% of my four core !! If someone can do this 486, how can they get so many processors to do so?
I'm a developer myself, and I always advised: Keep your code simple, not time-to-time optimizing for performance It seems that we "at least as much CPU as possible". Trying to use it if it does not take too much CPU .
So, do you think we're killing performance by ignoring optimization?
Clear code does not kill performance kills poor code performance.
Comments
Post a Comment