Hacker News new | ask | show | jobs
by dontlaugh 405 days ago
Asyncio being able to use thread pools would reduce memory usage at the very least.
1 comments

How so? As opposed to running multiple processes you mean?
Exactly, you could do like other runtimes and run a single process that can saturate all cores.

You wouldn’t be duplicating the interpreter, your code, config, etc.