Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ xor64
Function
xor64
javascript/packages/core/lib/murmurHash3.ts:121–123 ·
view source on GitHub ↗
(a: u64, b: u64)
Source
from the content-addressed store, hash-verified
119
}
120
121
function
xor64(a: u64, b: u64): u64 {
122
return
[a[0] ^ b[0], a[1] ^ b[1]];
123
}
124
125
126
Callers
3
x64fmix64
Function · 0.85
x64mix128
Function · 0.85
x64hash128
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected