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

> The comparison is very useful for anyone looking to increase the speed of code they've written in Python.

Python has numerous mechanisms that are much more efficient than the solution in this artice, like zip, map and filter functions, as well as the excellent built-in libraries like itertools and functools.




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

Search: