Hacker News new | ask | show | jobs
by jiggawatts 697 days ago
I think you meant 2N+2M vs 2N+M, but yes, that’s the point: not reading twice is cheaper because unlike in traditional big-O analysis compute is cheap but data access is very expensive.
1 comments

Yep, thx.