DEV Community

Suren Enfiajyan
Suren Enfiajyan

Posted on • Originally published at waspdev.com on

JavaScript's iterator helpers are fast

Running some benchmarks with JavaScript's Iterator helpers vs regular arrays with heavily chained transformations in order to determine how slow or fast are iterator helpers transformations compared to regular array transformations.

JavaScript's iterator helpers are fast

Top comments (0)