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

If you're CPU bound (only reason to care about the GIL anyway), then you want one process per core. So at least the L1 memory cache isn't shared. The separate memory consumption is minimal (3-5MB*N cores).

You don't need to do setup/destroy more then once.




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

Search: