Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #86 - edre:rehash, r=Amanieu
Resize with a more conservative amount of space after deletions Otherwise we can force a rehash for each insert and removal if we're right under the size limit. Benchmark with SIZE=895, just under a rehash limit. name oops ns/iter okthen ns/iter diff ns/iter diff % speedup insert_erase_std_serial 9,875,585 60,696 -9,814,889 -99.39% x 162.71 Fixes #85
- Loading branch information