PyPy Support #21
-
I saw the commit: b884e86 Py03 converts to Cython or Python C API? in PyPy CFFI is the way to go, but CFFI has a lot of overhead on CPython. Hopping to see granian getting a performance boost by using PyPy! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
AFAIK, PyO3 always relies on FFI, not Cython. Unfortunately, at least from local tests, since |
Beta Was this translation helpful? Give feedback.
AFAIK, PyO3 always relies on FFI, not Cython.
Unfortunately, at least from local tests, since
uvloop
is not compatible with PyPy, the performance is comparable with CPython. The support is intended to give chance to developers to use the Python interpreter they prefer, not for performance reasons.