mox@lemmy.sdf.org to Programming@programming.dev · 1 year agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square12fedilinkarrow-up15arrow-down10cross-posted to: python@programming.dev
arrow-up15arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 1 year agomessage-square12fedilinkcross-posted to: python@programming.dev
minus-squareHyperCube@kbin.runlinkfedilinkarrow-up0arrow-down1·1 year 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-squareFizzyOrange@programming.devlinkfedilinkarrow-up1·1 year 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.