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

Depends on what criteria you use for "best".

If it's performance, then, since subinterpreters run in the same process, it would be global shared state. You can't use Python objects across subinterpreters, but raw byte arrays will work just fine, provided you do your own locking correctly around all that.



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

Search: