xxhash_raw: XXH3_64 hash

View source: R/RcppExports.R

xxhash_rawR Documentation

XXH3_64 hash

Description

Calculates a 64-bit XXH3 hash.

Usage

xxhash_raw(data)

Arguments

data

The data to hash.

Value

The 64-bit hash.

Examples

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

qs2 documentation built on April 4, 2025, 3:28 a.m.