Closed y21 closed 5 years ago
This isn't really a bug but for...of loops are way slower than regular for loops because of how it iterates through Arrays.
Additionally we should reduce the usage of Array.prototype.map and such functions as they are, as stated above, slow and it might matter later.
Array.prototype.map
This isn't really a bug but for...of loops are way slower than regular for loops because of how it iterates through Arrays.