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.
