You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize with a more conservative amount of space when inserting 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
0 commit comments