Hacker News new | ask | show | jobs
by coldtea 3223 days ago
>That's essentially the main reason Node is any faster than Python.

v8's JIT is many times faster than Python in CPU bound tasks without any asynchronicity involved.