JavaScript's for-of loops are actually fast (V8)
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
The software efficiency in an era of fast CPUs, gigabytes of RAM and terabytes of storage.
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.