Re: Does Python Need Virtual Threads? (Posting On Python-List Prohibited)

Paul Rubin <[email protected]> Sun, 15 Jun 2025 21:02:46 -0700
Newsgroups comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
Lawrence D'Oliveiro <[email protected]> writes:
> In other words, you do not want to copy stuff between processes if you can 
> help it.

I'd be interested in seeing some benchmarks of multi-threaded Python
beating Erlang, if you have any to show.  Otherwise, you are guessing.
Stuff copied between Erlang processes tends to be pretty small, fwiw.