You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm mostly letting you know such exists, 5% faster, and we're not dependent on Python for speed (though it's always better). Maybe it will be upstreamed eventually.
It's not high-priority to support it, some other alternatives might also be worthwhile, PyPy and Pythran, but that one might be more compatible. At least you could consider it as an opt-in.
The text was updated successfully, but these errors were encountered:
PythonCall is very much tied to CPython - but if some other implementation is ABI compatible with it then swapping should be easy - as simple as specifying a different libpython.
On the other hand supporting PyPy and other implementations would be significant effort, but possible.
Personally, I'm never going to make that effort, so it would be up to some other keen contributor.
I'm mostly letting you know such exists, 5% faster, and we're not dependent on Python for speed (though it's always better). Maybe it will be upstreamed eventually.
faster-cpython/ideas#485 (comment)
https://github.com/zq1997/RegCPython
https://dl.acm.org/doi/10.1145/3568973
It's not high-priority to support it, some other alternatives might also be worthwhile, PyPy and Pythran, but that one might be more compatible. At least you could consider it as an opt-in.
The text was updated successfully, but these errors were encountered: