-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
use rapidhash #57509
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
Merged
+178
−101
Merged
use rapidhash #57509
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a4b0d2a
first implementation
adienes 2677576
minor fix
adienes 75c0de9
typo fix
adienes 9273153
fix a few more tests
adienes f08ad3b
more `+` to `\xor` and `- 3h` to `, h`
adienes 7b3a1bf
try feistel for h64
adienes 17322a2
change name back
adienes 948a56e
apply some review comments
adienes 19dbcb4
add :terminates_globally effect
adienes 8ab91a2
simpler loop condition
adienes 197c734
Merge branch 'master' into rapid_hash
adienes c9ba0a9
clean doctest
adienes 46e0d7a
Merge branch 'master' into rapid_hash
adienes 240d84b
change message
adienes 9e955e1
off by one
adienes 06106ec
Merge branch 'master' into rapid_hash
adienes 5ace2c5
off byones
adienes 5410e09
clean up arith
adienes 62f5904
fix show test again
adienes eca7d4b
Merge branch 'master' into rapid_hash
adienes b41e6b9
friendlier to 32bit systems
adienes 8c8ac45
uint32 for substring hash
adienes 30a10ce
Merge branch 'master' into rapid_hash
adienes b871832
Merge branch 'master' into rapid_hash
adienes 15eb0f9
re-change float
adienes 2fa6112
Merge branch 'master' into rapid_hash
adienes ae7bee8
slightly narrow scope of PR; restore x-3h mixing
adienes c9cd088
fix merge with doctests
adienes 8cd46ce
fix 32bit, again, hopefully?
adienes f55bb35
ugh
adienes 66734fd
Merge branch 'master' into rapid_hash
adienes f1ed02d
udpate comment
adienes bfb1138
try a simpler finalizer and remove Base qualifier
adienes dd0e1bc
last update to finalizer
adienes 26934c3
Merge branch 'master' into rapid_hash
adienes b23d89e
Merge branch 'master' into rapid_hash
adienes 848b444
Update base/gmp.jl
adienes 84ababc
Merge branch 'master' into rapid_hash
adienes 9b00ba2
Merge branch 'rapid_hash' of https://github.com/adienes/julia into ra…
adienes ce88854
apply review
adienes d6b75a8
add NEWS
adienes b51561f
Merge branch 'master' into rapid_hash
oscardssmith 574cb15
re-fix test
adienes 19b1eb1
Merge branch 'master' into rapid_hash
giordano fc6c22c
Merge branch 'master' into rapid_hash
adienes a5f44c2
32-bit showstr(::Set) test
adienes 42076d9
TOML tests...
adienes 98512ca
Merge branch 'master' into rapid_hash
IanButterworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.