mox@lemmy.sdf.org to Programming@programming.dev · 4 months agoFree-threaded CPython is ready to experiment with!labs.quansight.orgexternal-linkmessage-square31fedilinkarrow-up11arrow-down10cross-posted to: python@programming.dev
arrow-up11arrow-down1external-linkFree-threaded CPython is ready to experiment with!labs.quansight.orgmox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square31fedilinkcross-posted to: python@programming.dev
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up0·4 months ago Python is written in C too, what’s your point? The point is that eliminating the GIL mainly benefits pure Python code. Numpy is already multithreaded. I think you may have forgotten what we’re talking about. the new python version was less than 50 lines and was developed in an afternoon, the c++ version was closing in on 1000 lines over 6 files. That’s a bit suss too tbh. Did the C++ version use an existing library like Eigen too or did they implement everything from scratch?
The point is that eliminating the GIL mainly benefits pure Python code. Numpy is already multithreaded.
I think you may have forgotten what we’re talking about.
That’s a bit suss too tbh. Did the C++ version use an existing library like Eigen too or did they implement everything from scratch?