Ariel Ben-Yehuda 2c252ff1fb Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton
Reduce size overhead of adaptative hashmap

Exposes a boolean flag in RawTable and use it instead of a bool field in HashMap.

Taking a bit from capacity or length would make overflow handling tricky.

Fixes: #40042
2017-03-08 20:53:52 +02:00
..
2017-03-03 02:15:37 +00:00
2017-03-03 02:15:37 +00:00
2017-03-01 07:00:03 -08:00