You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking IValue::deserialize it seems like visit_map does try to allocate the IObject::with_capacity but still every call to HeaderMut::entry also calls to IObject::resize_internal.
Which I would expect should be avoided when set with capacity.