Package: xxhashlite 0.2.2
xxhashlite: Extremely Fast Hashing of R Objects, Raw Data and Files using 'xxHash' Algorithms
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>.
Authors:
xxhashlite_0.2.2.tar.gz
xxhashlite_0.2.2.zip(r-4.7)xxhashlite_0.2.2.zip(r-4.6)xxhashlite_0.2.2.zip(r-4.5)
xxhashlite_0.2.2.tgz(r-4.6-x86_64)xxhashlite_0.2.2.tgz(r-4.6-arm64)xxhashlite_0.2.2.tgz(r-4.5-x86_64)xxhashlite_0.2.2.tgz(r-4.5-arm64)
xxhashlite_0.2.2.tar.gz(r-4.7-arm64)xxhashlite_0.2.2.tar.gz(r-4.7-x86_64)xxhashlite_0.2.2.tar.gz(r-4.6-arm64)xxhashlite_0.2.2.tar.gz(r-4.6-x86_64)
xxhashlite_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
xxhashlite/json (API)
NEWS
| # Install 'xxhashlite' in R: |
| install.packages('xxhashlite', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/xxhashlite/issues
Last updated from:7110cc1a6d. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 143 | ||
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 140 | ||
| linux-release-arm64 | OK | 101 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-release-x86_64 | OK | 181 | ||
| macos-oldrel-arm64 | OK | 70 | ||
| macos-oldrel-x86_64 | OK | 197 | ||
| windows-devel | OK | 116 | ||
| windows-release | OK | 58 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 78 |
Exports:xxhashxxhash_conxxhash_filexxhash_raw
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate the hash of an arbitrary R object. | xxhash |
| Calculate the hash of data from a connection object | xxhash_con |
| Calculate the hash of a file | xxhash_file |
| Calculate the hash of a raw vector or string | xxhash_raw |
