Qutorial

joined 1 month ago
[โ€“] [email protected] 16 points 1 week ago* (last edited 1 week ago)

All they had to do was require stamped icons on the ends of the plugs in the spec, and instead we have the current cable mystery clusterfuck ๐Ÿคฆ

[โ€“] [email protected] 10 points 4 weeks ago (1 children)

Found Mads Mikkelsen via Hannibal! What an amazing sleeper hit :D

[โ€“] [email protected] 3 points 1 month ago (1 children)

But with multiprocessing you're paying extra cycles to serialize and deserialize with those data structures (plus the added cost of storing copies in multiple places), and processes are much heavier to spin up...

 

Python will get true threading support with the removal of the GIL (Global Interpreter Lock) in 3.13 (now available in the beta as an experimental option).

The GIL has long crippled Python's threading capabilities, but will be getting true parallelism with the implementation of PEP 703.

What are you gonna do with real threads? ๐Ÿค”