Package: zstdlite 0.2.11
zstdlite: Fast Compression and Serialization with 'Zstandard' Algorithm
Fast, compressed serialization of R objects using the 'Zstandard' algorithm. The included zstandard connection ('zstdfile()') can be used to read/write compressed data by any code which supports R's built-in 'connections' mechanism. Dictionaries are supported for more effective compression of small data, and functions are provided for training these dictionaries. This implementation provides an R interface to advanced features of the 'Zstandard' 'C' library (available from <https://github.com/facebook/zstd>).
Authors:
zstdlite_0.2.11.tar.gz
zstdlite_0.2.11.zip(r-4.7)zstdlite_0.2.11.zip(r-4.6)zstdlite_0.2.11.zip(r-4.5)
zstdlite_0.2.11.tgz(r-4.6-x86_64)zstdlite_0.2.11.tgz(r-4.6-arm64)zstdlite_0.2.11.tgz(r-4.5-x86_64)zstdlite_0.2.11.tgz(r-4.5-arm64)
zstdlite_0.2.11.tar.gz(r-4.7-arm64)zstdlite_0.2.11.tar.gz(r-4.7-x86_64)zstdlite_0.2.11.tar.gz(r-4.6-arm64)zstdlite_0.2.11.tar.gz(r-4.6-x86_64)
zstdlite_0.2.11.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
zstdlite/json (API)
NEWS
| # Install 'zstdlite' in R: |
| install.packages('zstdlite', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/zstdlite/issues
Last updated from:dd62a4817a. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 141 | ||
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 207 | ||
| linux-release-arm64 | OK | 127 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 132 | ||
| macos-release-x86_64 | OK | 193 | ||
| macos-oldrel-arm64 | OK | 148 | ||
| macos-oldrel-x86_64 | OK | 319 | ||
| windows-devel | OK | 200 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 130 | ||
| wasm-release | OK | 106 |
Exports:zstd_cctxzstd_cctx_settingszstd_compresszstd_dctxzstd_dctx_settingszstd_decompresszstd_dict_idzstd_infozstd_serializezstd_train_dict_compresszstd_train_dict_serializezstd_unserializezstd_version
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Initialise a ZSTD compression context | zstd_cctx |
| Get the configuration settings of a compression context | zstd_cctx_settings |
| Compress/Decompress raw vectors and character strings. | zstd_compress zstd_decompress |
| Initialise a ZSTD decompression context | zstd_dctx |
| Get the configuration settings of a decompression context | zstd_dctx_settings |
| Get the Dictionary ID of a dictionary or a vector compressed data. | zstd_dict_id |
| Return information about the zstd stream | zstd_info |
| Serialize/Unserialize arbitrary R objects to a compressed stream of bytes using Zstandard | zstd_serialize zstd_unserialize |
| Train a dictionary for use with 'zstd_compress()' and 'zstd_decompress()' | zstd_train_dict_compress |
| Train a dictionary for use with 'zstd_serialize()' and 'zstd_unserialize()' | zstd_train_dict_serialize |
| Get version string of zstd C library | zstd_version |
