Closed lifeart closed 11 months ago
@NullVoxPopuli I can't say because JS framework benchmark seems support only chrome.
But, using Array.from
is definitely less hacky comparing to existing implementation (?micro optimisation?) and should win over years.
I think forEach
here is used from IE11 support times.
makes sense to me! thanks!
Spillover PR from https://github.com/glimmerjs/glimmer-vm/pull/1515#discussion_r1418465619
Left: Original Right: This change
It seems we could have 10% memory usage improvement for large data sets.