Sujet : Re: Does Python Need Virtual Threads? (Posting On Python-List Prohibited)
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.pythonDate : 16. Jun 2025, 05:02:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87ldps1ggp.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Lawrence D'Oliveiro <
ldo@nz.invalid> 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.