Should you parallelize or serialize disk access in Node.js?

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. Read more

Similar