Sujet : Re: Threads across programming languages
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.c++ comp.lang.cDate : 04. May 2024, 20:11:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240504221102.00002461@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
On Sat, 4 May 2024 17:36:12 +0200
Bonita Montero <
Bonita.Montero@gmail.com> wrote:
Am 03.05.2024 um 17:47 schrieb Michael S:
I don't think it makes a big difference if Python has a GIL or
not since it is interpreted and extremely slow with that anyway.
64 times faster than slow wouldn't be fast, but could be acceptable.
...
With a GIL the code doesn't scale.
So, do you take back what you said just one post above?