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
Thank you for your test results. PyPy is surely a better option for most cases. However, I'm using base62 for my work and we are unfortunately relying on some PyPy-incompatible packages :-(
I would recommend PyPy (or perhaps Pyston?) for anyone looking for performance improvement for base62.
Our preliminary test shows promising results. Building
base62
with Cython results in great improvement in performance.Test code
Test with native Python (3.5)
Test with Cython
That's approximately 21% of speed improvement. More thorough tests shall be conducted in the near future.
The text was updated successfully, but these errors were encountered: