|
|
|
|
|
by arthurschreiber
4987 days ago
|
|
Well, that comparison is not exactly fair, is it? While the rails benchmark tries to compare different template engines in the same language, framework, and with blocking IO, you're comparing these results to rendering under "pure" Node.js (no framework that slows you down) with non-blocking IO. Don't take this the wrong way, tho, I'm absolutely blown away by your numbers! |
|
But I'm really interested in eliminating as much of the framework as possible to get more comparable numbers even to other platforms.
I'm also sort of blown away by the throughput node allows you.