eddelbuettel / digest

R package to create compact hash digests of R objects
https://eddelbuettel.github.io/digest
111 stars 47 forks source link

Consider FarmHash #170

Closed eddelbuettel closed 1 year ago

eddelbuettel commented 3 years ago

See e.g. initial tweet, my reply, add-hoc repo and upstream repo. May need to think how to cast it into the (generally char*) result framework here.

/cc @sheffe

eddelbuettel commented 3 years ago

Or maybe not as the int64_t export (via bit64::as.integer64()) seems more natural.

eddelbuettel commented 1 year ago

I actually ended up doing RcppFarmHash as a quick one-off (also on CRAN) so this can be closed now especially as FarmHash itself is now archived.