Answer the question
In order to leave comments, you need to log in
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
А на реальных проектах с использованием uvloop и asyncpg даже обычный Python теперь быстрее Node.JS
Про реальное быстродействие тебе придется задумываться, когда станешь senior разрабом на большом проекте
Тогда у тебя уже будет опыт работы со всемит тремя платформами python/js/java и у тебя будет понимание, что тебе нужно в конкретном месте
К nodejs да и к почти любому ЯП можно написать модуль на Си что бы быстро чтото считать. С БД больше проблем с сетью и уже придумано 100500 ускорений для разных БД
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question