Avoid some redundant list allocations#4963
Avoid some redundant list allocations#4963SimonCropp wants to merge 9 commits intothomhurst:mainfrom
Conversation
Code ReviewOverall this is a clean, well-targeted performance improvement. All 18 files follow the same pattern consistently, every downstream consumer correctly accepts Checked for: bugs (including multiple enumeration, deferred execution side effects, thread safety), CLAUDE.md compliance (Performance First, AOT compatibility, dual-mode requirements, snapshot testing rules). Minor Observation: Double Enumeration in
|
No description provided.