Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFFI bindings for PyPy #1

Open
thedrow opened this issue Feb 29, 2016 · 5 comments
Open

CFFI bindings for PyPy #1

thedrow opened this issue Feb 29, 2016 · 5 comments

Comments

@thedrow
Copy link

thedrow commented Feb 29, 2016

CPython extensions are significantly slower on PyPy.
It'd be useful to support PyPy as well using CFFI.

@albarrentine
Copy link
Contributor

Hey Omer, made a note about it in the README about supporting PyPy, though I think we'll probably add the CFFI version as a separate repo.

Out of curiosity, have you had a chance to benchmark under PyPy?

@thedrow
Copy link
Author

thedrow commented Mar 1, 2016

No I haven't. I don't really need this package right now.
I just figured it'd be nice to raise this issue for those who do.

@thedrow
Copy link
Author

thedrow commented Mar 1, 2016

ctypes is also slow on PyPy btw. The only way to match the performance of this library in PyPy is with CFFI.

@albarrentine
Copy link
Contributor

Noted, will update the issue when CFFI bindings are ready.

@thedrow
Copy link
Author

thedrow commented Mar 2, 2016

Per #3 note that CFFI releases the GIL automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants