Python vs. Node vs. PyPy benchmarks
blog.kgriffs.com
Python vs. Node vs. PyPy benchmarks
1–10 of 57 posts
Re: Python vs. Node vs. PyPy benchmarks
#2I am surprised that node.js performs significantly better than python & pypy.
Can anyone have some explanation?
Re: Python vs. Node vs. PyPy benchmarks
#3Node/V8 is a beast and will dominate web development in few years.
EDIT: Downvote me, I don't care.
Re: Python vs. Node vs. PyPy benchmarks
#4I am surprised that node.js performs significantly better than python & pypy. Can anyone have some explanation?
Money.
Re: Python vs. Node vs. PyPy benchmarks
#5Don't miss this follow-up post, though:
http://blog.kgriffs.com/2012/12/18/uwsgi-vs-gunicorn-vs-node...
Re: Python vs. Node vs. PyPy benchmarks
#6[deleted]
Re: Python vs. Node vs. PyPy benchmarks
#7[deleted]
Re: Python vs. Node vs. PyPy benchmarks
#8Another 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
#9Node/V8 is a beast and will dominate web development in few years. EDIT: Downvote me, I don't care.
That'd be true if performance would trump productivity in web development. On the other hand, I don't see a lot of web-apps written in C...
Re: Python vs. Node vs. PyPy benchmarks
#10I 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)