it's more about his actions outside it.
lime
yeah, reg set <key> <value>
i think it is
Would anyone willingly choose Al for a name
paul simon?
is this stackless?
anyway, that's interesting! i was under the impression that they eschewed os threads because of the gil. i've learned something.
no, the difference was clear to me before. good for other readers though.
yeah this bullet path is only valid for NPCs
i see what you did där
~~no, they're just saying python is slow. even without the GIL python is not multithreaded. the thread
library doesn't use OS threads so even a free-threaded runtime running "parallel" code is limited to one thread.~~
apparently not!
the thread library is aping the posix thread interface with python semantics.
nothing about any of those libraries dictates an OO approach.
yup, that's true. most meaningful tasks are io-bound so "parallel" basically qualifies as "whatever allows multiple threads of execution to keep going". if you're doing numbercrunching in pythen without a proper library like pandas, that can parallelize your calculations, you're doing it wrong.
sounds like HP. their version is awful.