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

Support for hashing data > 16GB #36

Closed
arieleizenberg opened this issue Apr 18, 2022 · 1 comment
Closed

Support for hashing data > 16GB #36

arieleizenberg opened this issue Apr 18, 2022 · 1 comment

Comments

@arieleizenberg
Copy link
Contributor

FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) uses a 32-bit integer i for size, this fails for hashing huge blocks. Change to FORCE_INLINE uint64_t getblock ( const uint64_t * p, Py_ssize_t i ).

Here is the pull request:
#34

@hajimes
Copy link
Owner

hajimes commented Mar 24, 2023

Sorry for the delay. Version 3.1.0, which incorporates your commit, is now released. Thank you for your contribution.

@hajimes hajimes closed this as completed Mar 24, 2023
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