Package: lz4lite 1.0.0
lz4lite: Extremely Fast Compression and Serialization with LZ4
'LZ4' is an extremely fast compression standard with compression speeds of hundreds of megabytes per second, and decompression speeds of over a gigabyte per second. Use this package to compress data and serialize arbitrary objects to files or raw vectors.
Authors:
lz4lite_1.0.0.tar.gz
lz4lite_1.0.0.zip(r-4.7)lz4lite_1.0.0.zip(r-4.6)lz4lite_1.0.0.zip(r-4.5)
lz4lite_1.0.0.tgz(r-4.6-x86_64)lz4lite_1.0.0.tgz(r-4.6-arm64)lz4lite_1.0.0.tgz(r-4.5-x86_64)lz4lite_1.0.0.tgz(r-4.5-arm64)
lz4lite_1.0.0.tar.gz(r-4.7-arm64)lz4lite_1.0.0.tar.gz(r-4.7-x86_64)lz4lite_1.0.0.tar.gz(r-4.6-arm64)lz4lite_1.0.0.tar.gz(r-4.6-x86_64)
lz4lite_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
lz4lite/json (API)
| # Install 'lz4lite' in R: |
| install.packages('lz4lite', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/lz4lite/issues
Last updated from:b74487e2b0. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 116 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 167 | ||
| linux-release-arm64 | OK | 111 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 116 | ||
| macos-release-x86_64 | OK | 152 | ||
| macos-oldrel-arm64 | OK | 102 | ||
| macos-oldrel-x86_64 | OK | 189 | ||
| windows-devel | OK | 97 | ||
| windows-release | OK | 87 | ||
| windows-oldrel | OK | 70 | ||
| wasm-release | OK | 89 |
Exports:lz4_compresslz4_decompresslz4_serializelz4_unserialize
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compress a raw vector | lz4_compress |
| Decompress a raw vector of compressed data | lz4_decompress |
| Serialize an R object to a file or raw vector | lz4_serialize lz4_unserialize |
