indexmap-rs / indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index
https://docs.rs/indexmap/
Other
1.71k stars 150 forks source link

Limit preallocation in deserializers #317

Closed cuviper closed 8 months ago

cuviper commented 8 months ago

This is the same limit that serde itself has used since serde-rs/serde#2495.