Live data from Hacker News

Python vs. Node vs. PyPy benchmarks

blog.kgriffs.com

1–10 of 57 posts

Re: Python vs. Node vs. PyPy benchmarks

#8
Another set of benchmarks that shows Erlang's cowboy coming ahead on EC instances. It also compares EC2 vs real hardware and throws more contenders in the mix.

On physical hardware the race is pretty close (except node, python-gevent, but cluster node did very well).

http://eric.themoritzfamily.com/websocket-demo-results-v2.ht...

Re: Python vs. Node vs. PyPy benchmarks

#10

I am surprised that node.js performs significantly better than python & pypy. Can anyone have some explanation?

It depends on the web framework. As the author of the benchmark shows in a later blog post [1], Python+uWSGI can be faster than Node.js

[1] http://blog.kgriffs.com/2012/12/18/uwsgi-vs-gunicorn-vs-node... (link originally posted by jdub in this discussion)

Post reply on HN