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