-
Notifications
You must be signed in to change notification settings - Fork 35
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
Include pure-python versions of encode/decode #12
Comments
Julian, I had a pure python version of the codec, just need to dig it out from git history. I'm really busy with other stuff so can't commit on when Pypy could be supported. |
Ah, awesome! Definitely understood on being busy :) I'm going to put some time in here one way or another, because we already use HdrHistogram_Py in production, so now I need to fix #13 one way or another (either by fixing Seeing the old pure-python code will definitely help I think -- hopefully V1 and V2 are close enough to each other that it's not all wasted code? |
Fix PyPy would be fantastic ;-) |
Closing this as there is no more immediate need. |
https://github.com/HdrHistogram/HdrHistogram_py/blob/master/src/python-codec.c includes a comment that pure python versions are too slow, but on PyPy, they'd very likely be preferred, and faster.
The text was updated successfully, but these errors were encountered: