Hacker News new | ask | show | jobs
by consilient 1267 days ago
Lazy structures can usually get the log(n) back when you amortize over many operations.
1 comments

Sure, but for some structures it amortizes to log(n) where mutable structures can amortize to O(1).