JavaScript's iterator helpers are fast for large arrays and deep transformation chains
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.
