Hacker News new | ask | show | jobs
by Kaizyn 6573 days ago
Hello randomhack,

Have you heard of Stackless Python? That might be what you are looking for. http://www.stackless.com/

1 comments

I have read a bit about stackless. Neat implementation but it still suffers from GIL? You can launch thousands of microthreads but apparently they still run on single core?