Files
Arnaud Gourlay 247dbbbb07 Return sorted Vec from SegmentEntry::vector_names (#9870)
The HashSet bought nothing: names are unique by construction (map keys)
and all callers only iterate. A sorted Vec skips the hashing and set
allocation, and makes the iteration order deterministic.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 09:42:43 +02:00
..
2026-07-15 13:44:51 +02:00
2026-03-31 18:08:39 +00:00
2025-04-15 16:58:38 +02:00