Package: zap 0.1.1.9002

zap: Fast Object Serialization with High Compression
Quickly serialize R objects with high comopression using a custom serialization framework. Lossless transformation is performed on atomic types making them easier to compress; this means that compression can be better and faster than built-in methods. This package includes an implementation of the floating-point compression algorithm described in <doi:10.1145/3626717>.
Authors:
zap_0.1.1.9002.tar.gz
zap_0.1.1.9002.zip(r-4.6)zap_0.1.1.9002.zip(r-4.5)
zap_0.1.1.9002.tgz(r-4.6-x86_64)zap_0.1.1.9002.tgz(r-4.6-arm64)zap_0.1.1.9002.tgz(r-4.5-x86_64)zap_0.1.1.9002.tgz(r-4.5-arm64)
zap_0.1.1.9002.tar.gz(r-4.7-arm64)zap_0.1.1.9002.tar.gz(r-4.7-x86_64)zap_0.1.1.9002.tar.gz(r-4.6-arm64)zap_0.1.1.9002.tar.gz(r-4.6-x86_64)
zap_0.1.1.9002.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
zap/json (API)
NEWS
| # Install 'zap' in R: |
| install.packages('zap', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/zap/issues
compressiondatalibrarypkgserializing
Last updated from:0d4101d629. Checks:4 WARNING, 4 OK, 5 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | WARNING | 109 | ||
| linux-devel-x86_64 | WARNING | 115 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | WARNING | 103 | ||
| linux-release-x86_64 | WARNING | 96 | ||
| macos-release-arm64 | FAIL | 60 | ||
| macos-release-x86_64 | FAIL | 145 | ||
| macos-oldrel-arm64 | OK | 90 | ||
| macos-oldrel-x86_64 | OK | 284 | ||
| windows-devel | FAIL | 59 | ||
| windows-release | FAIL | 49 | ||
| windows-oldrel | OK | 105 | ||
| wasm-release | FAIL | 82 |
Exports:zap_countzap_optszap_readzap_versionzap_write
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Count the uncompressed bytes to serialize this object | zap_count |
| Create options list for writing data | zap_opts |
| Unserialize R object from raw vector or file | zap_read |
| Get version of internal transformation code. | zap_version |
| Serialize R object to raw vector or file | zap_write |
