Is it faster to run node.js disk operations with maximal parallelism? Or to chain them? Or something in between? This experiment tries to find out.
The test app is the equivalent to du - Go through a directory tree, stat every entry and get its size. Tally it up.
npm install
./src/bin/du.js -h
./src/bin/experiment.js -hThen follow the instructions.
See the blog article: