blobs-io / blobsgame

✨ The official repository for the blobs browsergame
7 stars 2 forks source link

Change for...of loops to regular for loops #76

Closed y21 closed 5 years ago

y21 commented 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.

y21 commented 5 years ago

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.