mox@lemmy.sdf.org to Programming@programming.dev · 6 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square8fedilinkarrow-up10arrow-down10cross-posted to: [email protected]
arrow-up10arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 6 months agomessage-square8fedilinkcross-posted to: [email protected]
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up0arrow-down1·6 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).