Hacker News new | ask | show | jobs
by brobinson 3756 days ago
It's this: https://secure.phabricator.com/book/phabcontrib/article/n_pl...
1 comments

Yes, and when you solve your N+1 problem, you've replaced a O(n) algorithm with a O(1) algorithm.