Extremely fast hashing of R objects using 'xxHash'. R objects are hashed via the standard serialization mechanism in R. Raw byte vectors and strings can be handled directly for compatibility with hashes created on other systems. This implementation is a wrapper around the 'xxHash' 'C' library which is available from <https://github.com/Cyan4973/xxHash>.
Version: | 0.2.2 |
Depends: | R (≥ 3.5.0) |
Suggests: | testthat |
Published: | 2024-03-12 |
DOI: | 10.32614/CRAN.package.xxhashlite |
Author: | Mike Cheng [aut, cre, cph], Yann Collet [ctb, cph] (Author of the embedded xxhash library) |
Maintainer: | Mike Cheng <mikefc at coolbutuseless.com> |
BugReports: | https://github.com/coolbutuseless/xxhashlite/issues |
License: | MIT + file LICENSE |
Copyright: | This package includes code from the 'xxhash' written Yann Collet. See file 'inst/LICENSE-xxhash' for copyright information of the original library. |
URL: | https://github.com/coolbutuseless/xxhashlite |
NeedsCompilation: | yes |
Materials: | NEWS |
CRAN checks: | xxhashlite results |
Reference manual: | xxhashlite.pdf |
Package source: | xxhashlite_0.2.2.tar.gz |
Windows binaries: | r-devel: xxhashlite_0.2.2.zip, r-release: xxhashlite_0.2.2.zip, r-oldrel: xxhashlite_0.2.2.zip |
macOS binaries: | r-release (arm64): xxhashlite_0.2.2.tgz, r-oldrel (arm64): xxhashlite_0.2.2.tgz, r-release (x86_64): xxhashlite_0.2.2.tgz, r-oldrel (x86_64): xxhashlite_0.2.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=xxhashlite to link to this page.