Hacker News new | ask | show | jobs
by fijal 4102 days ago
asyncio would need some work in order to be trully parallelizable on top of pypy-stm. You would need to go around and eliminate all the global state that all the elements are modifying. But in principle it should work (requires work though)