mox@lemmy.sdf.org to Programming@programming.dev · 4 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square8fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square8fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up0arrow-down1·4 months ago numpy Numpy is written in C. Numba Numba is interesting… But a) it can already do multithreading so this change makes little difference, and b) it’s still not going to be as fast as C++ (obviously we don’t count the GPU backend).
Numpy is written in C.
Numba is interesting… But a) it can already do multithreading so this change makes little difference, and b) it’s still not going to be as fast as C++ (obviously we don’t count the GPU backend).