T
T
toddbarry2016-08-21 03:29:18
Python
toddbarry, 2016-08-21 03:29:18

Is PyPy slower than node.js?

The question was triggered by this benchmark: karlheinzniebuhr.github.io/en/2015/09/28/C-vs-Go-v...
It shows that node.js handles summation 3 times faster than PyPy.
What about real tests? With access to the database and other vital things? What is faster anyway?
Just as interesting. What will run faster - PyPy JIT or Java + jvm?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Сергей Горностаев, 2016-08-21
@sergey-gornostaev Куратор тега Python

А на реальных проектах с использованием uvloop и asyncpg даже обычный Python теперь быстрее Node.JS
performance.png

S
sim3x, 2016-08-21
@sim3x

Про реальное быстродействие тебе придется задумываться, когда станешь senior разрабом на большом проекте
Тогда у тебя уже будет опыт работы со всемит тремя платформами python/js/java и у тебя будет понимание, что тебе нужно в конкретном месте

Иван Воищев, 2016-08-21
@voischev

К nodejs да и к почти любому ЯП можно написать модуль на Си что бы быстро чтото считать. С БД больше проблем с сетью и уже придумано 100500 ускорений для разных БД

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question