Skip to content

IObject deserialize seems to resize too many times.... #27

@gkorland

Description

@gkorland

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.

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions