mox to [email protected] • 4 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square32fedilinkarrow-up11arrow-down10cross-posted to: [email protected]hackernewsprogramming
arrow-up11arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox to [email protected] • 4 months agomessage-square32fedilinkcross-posted to: [email protected]hackernewsprogramming
minus-squareHyperCubelinkfedilink0•4 months ago Numpy is written in C. So you get the best of both worlds then: the speed of C and the ease of use of Python.
minus-square@[email protected]linkfedilink0•4 months agoSure but that’s not relevant to the current discussion. The point is that removing the GIL doesn’t affect Numpy because Numpy is written in C.
So you get the best of both worlds then: the speed of C and the ease of use of Python.
Sure but that’s not relevant to the current discussion. The point is that removing the GIL doesn’t affect Numpy because Numpy is written in C.