This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit b199ff5
HashCode based on xxHash32 (dotnet/coreclr#14863)
* HashCode based on xxHash32
Works by maintaining the xxHash32 state variables (v1 -> v4, length) as well as a queue of values that fall outside of the block size (16 bytes/4 ints). The seed is initialized to random bytes.
Further details, unit tests and history: #25013
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>1 parent c98b3e1 commit b199ff5
File tree
2 files changed
+431
-0
lines changed2 files changed
+431
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments