powered by
Calculates a 64-bit XXH3 hash.
xxhash_raw(data)
The 64-bit hash.
The data to hash.
x <- as.raw(c(1,2,3)) xxhash_raw(x)
Run the code above in your browser using DataLab