[-] Qutorial@lemmy.world 12 points 1 day ago

I've been wanting a plug-in hybrid, where you're fully electric under ~40mi of daily travel, and if you exceed it switches to gas for backup. RAV4 prime has been my dream car lately....

[-] Qutorial@lemmy.world 16 points 1 month ago* (last edited 1 month 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 🤦

[-] Qutorial@lemmy.world 10 points 2 months ago

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

[-] Qutorial@lemmy.world 3 points 2 months ago

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...

25
submitted 2 months ago by Qutorial@lemmy.world to c/python@lemmy.world

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? 🤔

Qutorial

joined 2 months ago