indexmap-amortized icon indicating copy to clipboard operation
indexmap-amortized copied to clipboard

bluss/IndexMap with amortized resizes

Results 1 indexmap-amortized issues
Sort by recently updated
recently updated
newest added

I received a [report](https://github.com/greatest-ape/aquatic/issues/126) of a panic occurring [in VacantEntry.insert](https://github.com/jonhoo/indexmap-amortized/blob/7902615cf1d38927e2e3d7bf5069c59af458c672/src/map/core.rs#L615). I unfortunately don't have a minimal code sample, but it is likely triggered by this line: https://github.com/greatest-ape/aquatic/blob/bdf200019ad3b6bb93dd18227b583237b9f188f7/aquatic_udp/src/workers/swarm/mod.rs#L148