-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 6974354
authored
Merge pull request amejiarosario#56 from nuintun/patch-1
feat(hashmap): Better hash function using TextEncoder
Improves hash function using TextEncoder instead of codePointAt
Closes amejiarosario#55 1 file changed
+10
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
7 | + | ||
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
| |||
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
53 | - | ||
56 | + | ||
57 | + | ||
58 | + | ||
54 | 59 |
| |
55 | - | ||
56 | - | ||
60 | + | ||
61 | + | ||
62 | + | ||
57 | 63 |
| |
58 | 64 |
| |
65 | + | ||
59 | 66 |
| |
60 | 67 |
| |
61 | 68 |
| |
|
0 commit comments