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

I regularly see someone make a Python extension in Python and then rewrite the critical parts in C. It might have been made with this kind of process in mind.


A skip list written in Python is itself an optimization. You could simply use a sorted list with the bisect module.




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

Search: