mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
e9ad51b03a
- Mode: make(map[T]int) → make(map[T]int, len(collection)) - it.UniqKeys: compute total size from input maps for seen map hint - it.UniqValues: compute total size from input maps for seen map hint Avoids repeated map rehashing as entries are added.