We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for this great project. It seems the hash value may conflict for larger numbers as can be seen in the following screenshot
The text was updated successfully, but these errors were encountered:
I ran into this as well with this library in the 2-dimensional space. All of these return the same position:
>>> import pymorton as pm >>> pm.interleave2(18580409, 175926) 3366932329 >>> pm.interleave2(18645945, 175926) 3366932329 >>> pm.interleave2(18777017, 175926) 3366932329 >>> pm.interleave2(18842553, 175926) 3366932329 >>> pm.interleave2(18908089, 175926) 3366932329
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for this great project. It seems the hash value may conflict for larger numbers as can be seen in the following screenshot
The text was updated successfully, but these errors were encountered: