Max Podkorytov
02e42dcaa1
Replace lambdas with named functors in container_concat
Lambdas create unique types per call site, causing duplicate template
instantiations. Named functors are shared across call sites.
Results:
- container_concat: 186 → 93 instantiations (50% reduction)
- Wall-clock: 518ms → 309ms (40% reduction)
2026-01-16 21:46:07 -06:00
..
2025-12-15 07:16:01 -08:00
2026-01-14 16:04:50 +01:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-16 21:46:07 -06:00
2026-01-16 21:46:07 -06:00
2026-01-16 21:46:07 -06:00
2026-01-16 21:45:31 -06:00
2025-11-27 08:48:00 +01:00
2025-12-19 09:17:29 +08:00
2025-11-18 10:17:18 -08:00
2025-02-04 16:41:49 +01:00
2026-01-16 10:40:05 -08:00
2023-08-23 11:36:17 -07:00