hinted indexed map size
This commit is contained in:
parent
15c05b9679
commit
3449084e54
|
@ -174,7 +174,7 @@ func (m *Record) MergeExpand(expand map[string]any) {
|
|||
continue
|
||||
}
|
||||
|
||||
oldIndexed := map[string]*Record{}
|
||||
oldIndexed := make(map[string]*Record, len(oldSlice))
|
||||
for _, oldRecord := range oldSlice {
|
||||
oldIndexed[oldRecord.Id] = oldRecord
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue