maps: optimized Clone with swissmaps #70836
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Performance
Milestone
Prior to swissmaps, we had an optimized implementation of
maps.Clone
that reached into the internals to copy directly between the backing store of each map.That was dropped when implementing swissmaps, but could be brought back.
The text was updated successfully, but these errors were encountered: