Hacker News new | ask | show | jobs
by imoverclocked 1693 days ago
This person is running node.js. I seriously doubt the OS is the bottleneck.
1 comments

The bottleneck is gunzipping & deserializing a huge JSON object using a very slow language (Node.js).

This was attempting to simulate the type of load I see in the wild, rather than serving "Hello world" using C++.