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

Fast mpz <-> int conversion #14

Closed
skirpichev opened this issue Dec 3, 2024 · 0 comments · Fixed by #99
Closed

Fast mpz <-> int conversion #14

skirpichev opened this issue Dec 3, 2024 · 0 comments · Fixed by #99
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@skirpichev
Copy link
Member

skirpichev commented Dec 3, 2024

Currently using temporary hex strings.

The PEP 757 - accepted. So, this waits for python/cpython#121339 and python/pythoncapi-compat#121.

Can be implemented like: aleaxit/gmpy#495

@skirpichev skirpichev added the enhancement New feature or request label Dec 3, 2024
@skirpichev skirpichev added this to the v0.3.0 milestone Dec 3, 2024
@skirpichev skirpichev modified the milestones: v0.3.0, v0.2.0 Dec 11, 2024
@skirpichev skirpichev added the good first issue Good for newcomers label Dec 11, 2024
skirpichev added a commit to skirpichev/python-gmp that referenced this issue Dec 14, 2024
and override default reallocate_function.

Closes diofant#12
Closes diofant#14
@skirpichev skirpichev self-assigned this Dec 21, 2024
skirpichev added a commit to skirpichev/python-gmp that referenced this issue Dec 22, 2024
@skirpichev skirpichev removed their assignment Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant