Package: fastdigest 0.6-4
fastdigest: Fast, Low Memory Footprint Digests of R Objects
Provides an R interface to Bob Jenkin's streaming, non-cryptographic 'SpookyHash' hash algorithm for use in digest-based comparisons of R objects. 'fastdigest' plugs directly into R's internal serialization machinery, allowing digests of all R objects the serialize() function supports, including reference-style objects via custom hooks. Speed is high and scales linearly by object size; memory usage is constant and negligible.
Authors:
fastdigest_0.6-4.tar.gz
fastdigest_0.6-4.zip(r-4.5)fastdigest_0.6-4.zip(r-4.4)fastdigest_0.6-4.zip(r-4.3)
fastdigest_0.6-4.tgz(r-4.4-x86_64)fastdigest_0.6-4.tgz(r-4.4-arm64)fastdigest_0.6-4.tgz(r-4.3-x86_64)fastdigest_0.6-4.tgz(r-4.3-arm64)
fastdigest_0.6-4.tar.gz(r-4.5-noble)fastdigest_0.6-4.tar.gz(r-4.4-noble)
fastdigest_0.6-4.tgz(r-4.4-emscripten)fastdigest_0.6-4.tgz(r-4.3-emscripten)
fastdigest.pdf |fastdigest.html✨
fastdigest/json (API)
# Install 'fastdigest' in R: |
install.packages('fastdigest', repos = c('https://gmbecker.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 months agofrom:6cdcb0f0dd. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-aarch64 | OK | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
Exports:fastdigest
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fast, memory constant hashing of R objects | fastdigest |