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

One explanation could be that the system allocator needs to be thread safe, and this Doren's time with locking. Python is single threaded so perhaps is custom allocator is lock free.


> Python is single threaded

This is inaccurate; especially when considering the thread safety of memory allocation.




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

Search: