Hacker News new | ask | show | jobs
by inimino 1946 days ago
Rocket is slow because of its design, not because it is insufficiently asynchronous.
1 comments

It's beaten by half a dozen sync Ruby implementations, which should be a pretty good hint that something else is going on.

Lack of HTTP keep-alive is probably the most obvious thing holding it back.