Hacker News new | ask | show | jobs
by spencerchubb 897 days ago
Forgive me for nitpicking your Rust example but you can define your own hashmap that inherits from the standard hashmap, and give it a different hash function. I have done it.