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

Ever since Python 2.4, the heapq module has been written in C. It was only Python 2.3 which had the pure Python implementation.

I've used heapq for several of my projects, including one where I did extensive performance testing, and I haven't found it to be a problem.




I want to add that I've been using heapq for scheduling in every piece of software as well and it's never been a problem even in heavily loaded projects.




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

Search: