JavaScript Array Processing Test

This tests an array processing approach that processes one item per timer versus multiple items per timer. For multiple items per timer, the items are only processed so long as the current execution time is less than 50 milliseconds. The array being tested has 500 items.

Back to my site.

chunk() Function

timedChunk() Function