mox@lemmy.sdf.org to Programming@programming.dev · 4 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square12fedilinkarrow-up184arrow-down12cross-posted to: python@programming.dev
arrow-up182arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square12fedilinkcross-posted to: python@programming.dev
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).