jonhoo / griddle

A HashMap variant that spreads resize load across inserts
Apache License 2.0
190 stars 7 forks source link

Follow hashbrown's erase_no_drop contract #9

Closed jonhoo closed 4 years ago

jonhoo commented 4 years ago

Hopefully this doesn't have to be merged, as it makes the code gnarlier.

Depends on the resolution to https://github.com/rust-lang/hashbrown/issues/168.

jonhoo commented 4 years ago

Closing this in favor of https://github.com/jonhoo/griddle/pull/10.