Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You get impressive performance out of python the same way you get impressive performance out of any dynamic language (with few exceptions): make sure your hot paths are executed by code written in C. The nice thing about PyPy is that it makes your pure Python code a lot faster. For instance, I wrote some log-parsing code in pure Python that got a 2.5x speedup when ran from PyPy.


I have to disagree somewhat. Efficient algorithms matter a lot, too.




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

Search: