Package: lz4lite 0.2.0
lz4lite: Extremely Fast Compression with LZ4
Extremely fast compression of R objects with LZ4.
Authors:
lz4lite_0.2.0.tar.gz
lz4lite_0.2.0.zip(r-4.5)lz4lite_0.2.0.zip(r-4.4)lz4lite_0.2.0.zip(r-4.3)
lz4lite_0.2.0.tgz(r-4.4-x86_64)lz4lite_0.2.0.tgz(r-4.4-arm64)lz4lite_0.2.0.tgz(r-4.3-x86_64)lz4lite_0.2.0.tgz(r-4.3-arm64)
lz4lite_0.2.0.tar.gz(r-4.5-noble)lz4lite_0.2.0.tar.gz(r-4.4-noble)
lz4lite_0.2.0.tgz(r-4.4-emscripten)lz4lite_0.2.0.tgz(r-4.3-emscripten)
lz4lite.pdf |lz4lite.html✨
lz4lite/json (API)
NEWS
# 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 4 years agofrom:47337a3c6e. Checks:OK: 4 NOTE: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win-x86_64 | NOTE | Nov 15 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 15 2024 |
R-4.4-win-x86_64 | NOTE | Nov 15 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 15 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 15 2024 |
R-4.3-win-x86_64 | OK | Nov 15 2024 |
R-4.3-mac-x86_64 | OK | Nov 15 2024 |
R-4.3-mac-aarch64 | OK | Nov 15 2024 |
Exports:lz4_compresslz4_serializelz4_uncompresslz4_unserializelz4hc_compresslz4hc_serialize
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compress a vector of raw, integer, real or logical values. | lz4hc_compress lz4_compress |
Serialize arbitrary objects to a compressed stream of bytes using LZ4 | lz4hc_serialize lz4_serialize lz4_unserialize |
Uncompress a raw vector into the original data. | lz4_uncompress |