|
|
|
|
|
by 8organicbits
912 days ago
|
|
I'm not sure why you're suggesting those claims were made. The parent appears to be talking about non-asymptotic behavior. Very often algorithms with worse big O perform better; its use-case specific. Hyper focus on big O isnt productive, but fairly common due to how CS curriculums focus on it. In some cases it takes unexpectedly long for the big-O to impact performance, as other factors dominate. The parent commenter writes a wonderful blog that covers their experience with building and optimizing a search engine, well worth a read. https://www.marginalia.nu/log/87_absurd_success/ |
|