Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jjawssd
on May 8, 2017
|
parent
|
context
|
favorite
| on:
Key differences between Python 2.7.x and Python 3....
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:
You need to consider Cython, Celery, and C-extensions such as numpy for performance critical code.