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

Fix compatiblility with PyPy #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix compatiblility with PyPy #36

wants to merge 1 commit into from

Conversation

akaihola
Copy link
Owner

Fixes #31

@akaihola akaihola added this to the 1.1.1 milestone Apr 25, 2024
@akaihola akaihola self-assigned this Apr 25, 2024
@akaihola
Copy link
Owner Author

Benchmark on my Lenovo Carbon X1 Gen 9 with NixOS:

  • 18MB SQL, Python 3.11.4: 0.5 s
  • 18MB SQL, PyPy 7.3.11: 1.4 s
  • 100MB SQL, Python 3.11.4: 11.6 s
  • 100MB SQL, PyPy 7.3.11: 8.4 s

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

Successfully merging this pull request may close these issues.

Ensure pg_dump_splitsort.py compatibility with PyPy
1 participant