griddle icon indicating copy to clipboard operation
griddle copied to clipboard

A HashMap variant that spreads resize load across inserts

Results 3 griddle issues
Sort by recently updated
recently updated
newest added

It seems that `hashbrown` 0.11.2 has quite a big change compared to 0.9.1. Will `griddle` consider following up?

For the initial prototyping, a number of APIs were left out. These should be added back in (ordered roughly in order of difficulty): - [x] `Entry` API\ - [x] `OccupiedEntry::replace_*`...

enhancement
help wanted
good first issue

Even though griddle spreads out _most_ of the cost of the resize, there is still a non-trivial additional cost at the time of the resize that appears to be proportional...

enhancement
help wanted
question