Software Developers phobia is code optimization, how to write faster codes? How to make programs runs faster at the same hardware? How to make your client happy?
Heaving read a few million lines of C# code, I came up with these optimization benchmarks that help to significantly improve code performance through simple changes.
Please go here to read the full article: http://www.jaftalks.com/Home/Show/Code%20optimization%20remarks
Thank you
Advertisement
January 14, 2010 at 6:44 pm
J@F,
Your MSDN link is dead. I think this is the one you want:
http://msdn.microsoft.com/en-us/library/ms973858.aspx
I would be careful with this as it’s quite old and doesn’t reflect the current CLR most likely. As Rico M would tell us, you really have to do a lot of perf testing and profiling rather than rely too much on hard and fast rules.
February 8, 2010 at 4:00 pm
Thanks for the link,
i’ve updated it