Hacker News new | past | comments | ask | show | jobs | submit login

Single threaded single process Python 3 is faster than Python 2 on I/O intensive workloads if you use asyncio effectively.

You need to consider Cython, Celery, and C-extensions such as numpy for performance critical code.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: