performance: replace a critical usage of Array.concat with for loop/push (#7175)
* performance this Array.concat with for loop/push for loop/push is much faster than Array.concat. For the largest/ugliest queries, this can get called hundreds of thousands of times, so the performance difference does matter. * add message to changelog.md
Showing
with
5 additions
and
1 deletions
-
Please register or sign in to post a comment