tidely
b34f19a46f
agent: Reduce allocations ( #30220 )
...
Just a tiny patch to reduce allocations during context loading
Calling `.cloned()` on an iterator clones each element one by one, while
`into_iter().collect()` pre-allocates the resulting `Vec`
Release Notes:
- N/A
2025-05-11 16:14:17 +00:00
..
2025-05-08 09:11:24 -03:00
2025-05-06 18:16:34 -07:00
2025-05-09 21:08:03 +00:00
2025-05-09 21:53:11 -03:00
2025-05-08 01:18:51 +00:00
2025-05-09 16:20:14 -03:00
2025-05-08 01:18:51 +00:00
2025-05-11 13:08:55 +00:00
2025-05-08 01:18:51 +00:00
2025-05-08 14:36:34 +02:00
2025-05-09 13:52:06 +00:00
2025-05-08 01:18:51 +00:00
2025-05-08 14:36:34 +02:00
2025-05-05 13:59:21 -07:00
2025-05-09 13:52:06 +00:00
2025-05-11 16:14:17 +00:00
2025-05-09 21:08:03 +00:00
2025-05-09 16:13:50 -03:00
2025-05-08 17:58:24 +00:00
2025-05-08 01:18:51 +00:00
2025-05-09 21:08:03 +00:00
2025-05-09 14:09:38 -04:00
2025-05-07 23:05:38 +00:00
2025-04-24 21:29:33 +00:00
2025-05-08 14:36:34 +02:00
2025-05-09 16:13:50 -03:00
2025-05-09 14:09:38 -04:00
2025-05-09 14:09:38 -04:00
2025-04-17 10:18:03 +00:00
2025-05-08 14:36:34 +02:00
2025-05-05 18:46:54 -04:00
2025-05-06 23:41:04 +00:00