-
Notifications
You must be signed in to change notification settings - Fork 295
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
optimize modulo calculation #214
Open
chris-ha458
wants to merge
8
commits into
ekzhu:master
Choose a base branch
from
chris-ha458:minhash_faster
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 2, 2023
-
changing this order will make it much faster especially for larger arrays
Configuration menu - View commit details
-
Copy full SHA for 45f85f6 - Browse repository at this point
Copy the full SHA 45f85f6View commit details
Commits on Aug 7, 2023
-
ATTENTION-this causes minor errors
This shouldn't diverge but they do.
Configuration menu - View commit details
-
Copy full SHA for 14e54ba - Browse repository at this point
Copy the full SHA 14e54baView commit details -
Revert "ATTENTION-this causes minor errors"
This reverts commit 14e54ba.
Configuration menu - View commit details
-
Copy full SHA for b73e841 - Browse repository at this point
Copy the full SHA b73e841View commit details -
although the intermediate calculations are meaningful to be calculated with higher dtypes, the final calculated hashes should be stored and operated upon with the same amount of bits as the original has (32bits)
Configuration menu - View commit details
-
Copy full SHA for baf82af - Browse repository at this point
Copy the full SHA baf82afView commit details -
initial value/mask can definitely be np.uint32 as well
Configuration menu - View commit details
-
Copy full SHA for 82e1a54 - Browse repository at this point
Copy the full SHA 82e1a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db4dd7 - Browse repository at this point
Copy the full SHA 8db4dd7View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4de2662 - Browse repository at this point
Copy the full SHA 4de2662View commit details -
mersenne trick step 2. bitwise and and right shift
why use the mersenne prime if we are not going to use the mersenne trick?
Configuration menu - View commit details
-
Copy full SHA for a402a5b - Browse repository at this point
Copy the full SHA a402a5bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.