Files
lo/it
Samuel Berthe e9ad51b03a perf: add map capacity hints to Mode and it.UniqKeys/UniqValues (#837)
- 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.
2026-03-06 17:10:17 +01:00
..
2025-10-02 19:23:16 +02:00
2026-02-16 15:42:42 +01:00