Hacker News new | ask | show | jobs
by mdpopescu 2401 days ago
The worst piece of code I had to optimize was running a database search with an O(n^3) algorithm.

Fixing that did not require knowledge of cache lines.