Open
Description
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.