babel-plugin-loop-optimizer
babel-plugin-loop-optimizer copied to clipboard
The plugin isn't optimized for small arrays
I used the benchmark.js to create the tests, the diffence is the number of items in the array, in small arrays with hundred items the puglin doesn't optimize the code.

Here's the gist with the code