I/O Optimization
Accelerating Node.js I/O …
Accelerating Node.js I/O with Native C++ Addons: A Deep Dive
Node.js is famous for its non-blocking I/O model which works wonders for most web applications. However when you start dealing with massive files or computationally heavy operations like checksumming gigabytes of data the standard library …
