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

As much as I love Python I still tell people don't use it for performance sensitive applications.



It depends on what kind of performance you need. For CPU intensive tasks I would agree with you. But for network I/O intensive tasks, even though Python is slow it's still more than fast enough to keep up with a large request volume since network I/O latency is so much longer than CPU/memory latency.


And for data science /ML things it works great these days, even though those applications are 100% performance-bound.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: