I commented in the issue. Emulating the C API is hard, PyPy will
always be slower than CPython when creating C PyObject* objects in
C.There are things we could do to make calling methods and functions
faster, but dedicated resources are needed.
Matti


On Wed, Sep 3, 2025 at 7:08 AM Li Li via pypy-dev <[email protected]> wrote:
>
> I want to use pypy to speed up my application, it's fast for standard library 
> such as dict/list. I need to use a third party library 
> regex(https://pypi.org/project/regex/). pypy is much slower with this library.
> for full codes, see https://github.com/mrabarnett/mrab-regex/issues/586
> _______________________________________________
> pypy-dev mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3//lists/pypy-dev.python.org
> Member address: [email protected]
_______________________________________________
pypy-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/pypy-dev.python.org
Member address: [email protected]

Reply via email to