Learn R Programming

qs2 (version 0.1.5)

xxhash_raw: XXH3_64 hash

Description

Calculates a 64-bit XXH3 hash.

Usage

xxhash_raw(data)

Value

The 64-bit hash.

Arguments

data

The data to hash.

Examples

Run this code
x <- as.raw(c(1,2,3))
xxhash_raw(x)

Run the code above in your browser using DataLab