Ulrik Sverdrup 13a1f21371 hashmap: Store hashes as usize internally
We can't use more than usize's bits of a hash to select a bucket anyway,
so we only need to store that part in the table. This should be an
improvement for the size of the data structure on 32-bit platforms.
Smaller data means better cache utilization and hopefully better
performance.
2016-10-17 15:54:09 +02:00
..
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 23:45:03 +05:30
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00
2016-10-12 08:40:22 +13:00