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.5)xxhashlite_0.2.2.zip(r-4.4)xxhashlite_0.2.2.zip(r-4.3)
xxhashlite_0.2.2.tgz(r-4.4-x86_64)xxhashlite_0.2.2.tgz(r-4.4-arm64)xxhashlite_0.2.2.tgz(r-4.3-x86_64)xxhashlite_0.2.2.tgz(r-4.3-arm64)
xxhashlite_0.2.2.tar.gz(r-4.5-noble)xxhashlite_0.2.2.tar.gz(r-4.4-noble)
xxhashlite_0.2.2.tgz(r-4.4-emscripten)xxhashlite_0.2.2.tgz(r-4.3-emscripten)
xxhashlite.pdf |xxhashlite.html✨
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 8 months agofrom:1ded417858. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
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 |