clone the code from https://github.com/RamuRChenchaiah/benchmark-nodejs-typedarray.git
cd 'benchmark-nodejs-typedarray'
do 'npm install'
run './bin/www'
If you are using windows, use 'git bash' to run the above commands
https://www.linkedin.com/pulse/node-js-version-4-typedarray-performance-ramu-chenchaiah?trk=prof-post
TypedArrays are good if you want to allocate a long-living array with a certain type and size.
Regular arrays are better if you want to create temporary arrays often.
8GB RAM