mox to Programming@programming.dev · 2 年前Free-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square36linkfedilinkarrow-up1116arrow-down12cross-posted to: python@programming.devhackernews@lemmy.smeargle.fans
arrow-up1114arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox to Programming@programming.dev · 2 年前message-square36linkfedilinkcross-posted to: python@programming.devhackernews@lemmy.smeargle.fans
minus-squareHyperCube@kbin.runlinkfedilinkarrow-up4arrow-down3·2 年前 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-up3·2 年前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.
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.