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

CPython still needs to update reference counts after the fork even if your python code itself doesn't modify any data, making Copy on Write less helpful than it would first appear. Monolithic memory buffers like numpy arrays can be shared efficiently via CoW, but rich data structures with many PyObjects suffer from the refcounting issue.


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

Search: