in reply to Re^3: Learning Fundamentals: Data Structures and Algorithm Analysis in Perl
in thread Learning Fundamentals: Data Structures and Algorithm Analysis in Perl
Although I have to disagree on how extreme your dismissal is. Absolutely big-O is useful as a starting point and means of informal discussion. However it also provides a framework for how to think about performance, and that can go a lot farther. Being aware of big-O has helped me predict how well real systems will scale, understand bottlenecks, and multiple times has given me a sense as to whether a given implementation's performance is reasonable, or whether a performance mistake needs to be tracked down.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Learning Fundamentals: Data Structures and Algorithm Analysis in Perl
by BrowserUk (Patriarch) on May 02, 2009 at 05:46 UTC |