|
|
|
|
|
by jandrese
3589 days ago
|
|
Also, Big-O notation is a theoretical construct for thinking about complexity that works well for academic proofs but glosses over many real world considerations. Those ignored constant factors can be large and the datasets are not always large enough to amortize their cost. |
|
If your software engineering begins and ends with Big-O notation, your likely doing a terrible job. Measure, and test. Always.