Hacker News new | ask | show | jobs
by kleiba 188 days ago
One nice side effect of a dict that's immutable is that under the hood, you could employ perfect hashing so that the your dict uses a hash function that is collision-free.