Actions
Bug #25635
closedChunk appending when resolving node ids from union target can be optimized
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The specialized ++
seems to be more optimized than the generic concat
inherited from the iterable API, which probably makes the resolution of node ids from targets probably less optimized.
We could test with ++
to see the difference
Actions