Skip to content

runtime: reuse evacuated map overflow buckets #19992

Open
@josharian

Description

@josharian

runtime/hashmap.go contains this TODO:

		// TODO: reuse overflow buckets instead of using new ones, if there
		// is no iterator using the old buckets.  (If !oldIterator.)

This issue is to track this TODO, and make it easier to refer to in commit messages, etc., since I am looking into some related optimizations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions