Hacker News new | ask | show | jobs
by freshhawk 997 days ago
Useful to specify that it is log32N, not log2N since that makes an enormous different in practice.

Also, if you care about that then you can use transients (if no one knows you mutated the data structure then it still counts as immutable) or mutable structures - both of which are pretty simple.