Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcwalton
4867 days ago
Compared to Python and Ruby, node.js is quite fast by the simple virtue of having a JIT (in the most common implementation anyway; of course there are JITs for Python and Ruby but they aren't the mainline implementation).
1 comments
codygman
4867 days ago
Which is a shame, since PyPy is really an excellent project.
link