Speeding up with ArrayBuffers and Typed Arrays
This post is about how ArrayBuffers and their views allow you to easily out-perform standard Arrays. Whenever I implement an algorithm in JavaScript and want to improve the execution time, I always start by trying to find a way to convert my Arrays to Typed Arrays. It's an