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-13 12:02:27 -07:00
2016-10-15 18:32:03 +01:00
2016-10-13 14:05:59 +03:00
2016-10-15 01:48:42 -07:00
2016-10-13 19:56:53 -07:00
2016-10-14 12:07:08 -07: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-16 20:00:14 -07:00
2016-10-12 08:40:22 +13:00
2016-10-12 14:07:55 -07:00
2016-10-12 14:07:55 -07:00
2016-10-12 08:40:22 +13:00
2016-10-12 14:07:56 -07:00
2016-10-12 08:40:22 +13:00
2016-10-12 14:07:55 -07:00
2016-10-12 14:07:55 -07:00
2016-10-12 14:07:56 -07:00
2016-10-12 08:40:22 +13:00
2016-10-14 12:07:07 -07:00
2016-10-17 00:31:25 -07:00
2016-10-15 15:38:52 -07:00
2016-10-15 18:32:03 +01:00
2016-10-12 14:07:56 -07:00
2016-10-17 15:54:09 +02:00
2016-10-15 09:32:06 -07:00
2016-10-12 14:07:56 -07: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-15 18:32:03 +01:00
2016-10-15 18:32:03 +01:00