orlp / slotmap

Slotmap data structure for Rust
zlib License
1.08k stars 70 forks source link

Add shrink_to_fit to DenseSlotMap #79

Open orlp opened 2 years ago

orlp commented 2 years ago

DenseSlotMap can shrink the data and keys vectors, so supporting shrink_to_fit makes sense.