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

Would it be possible to only run the STM code when the program is multi-threaded? This would require the program detecting that it is single or multi threaded (would that be difficult?) and might provide a good trade off: either be single threaded and be fast, or use a lot of threads and be 2-10 times slower than Cython, but without the GIL.


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

Search: