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

I’m curious how the code is sped up with pypy and why that helps?

What does pypy bring to this situation?



PyPy is a JIT-based interpreter for Python - code that loops a lot over similar data structures is a natural candidate for being faster if jit-ed.




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

Search: