How to Write High-Performance C# Code
— Writing code that runs quickly is sometimes at odds with writing code quickly. C.A.R. Hoare, computer science luminary and discoverer of the QuickSort algorithm, famously proclaimed, 'Premature optimization is the root of all evil.' The extreme programming design principle of 'You Aren't Gonna Need It' (YAGNI) argues against implementing any features, including performance optimizations, until they're needed.
On this blog you will find general information related to trends & updates on technology, collected from various media sources. If you find any incorrect information in any of the papers or articles on this site, please let me know about it. I'll either make the necessary corrections or try to accommodate your comments and their resolutions in the paper or simply remove the postings.
Monday, May 14, 2007
How to Write High-Performance C# Code
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment