Commit 8bf77a6
committed
Switch to foldhash-portable and add generic BuildHasher support
- Replace xxhash-rust with foldhash-portable (portable feature)
- Add S: BuildHasher generic parameter to Filter and Builder
- Add _with_hasher constructors and with_hasher() for swapping hashers
- Document T: Hash stability caveats and custom hasher usage
- Update tests for new hash algorithm1 parent e5a9982 commit 8bf77a6
4 files changed
+353
-79
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments