CRAN/E | zstdlite

zstdlite

Fast Compression and Serialization with 'Zstandard' Algorithm

Installation

About

Fast, compressed serialization of R objects using the 'Zstandard' algorithm. R objects can be compressed and decompressed quickly using the standard serialization mechanism in R. Raw byte vectors and strings are also handled directly for compatibility with compressed data created by other systems and programs supporting 'Zstandard' compression. Dictionaries are supported for more effective compression of small data, and functions are provided for training these dictionaries. This implementation is a wrapper around the 'Zstandard' 'C' library which is available from .

github.com/coolbutuseless/zstdlite
Copyright This package includes code from the 'zstd' library owned by Meta Platforms, Inc. and affiliates. and created by Yann Collet. See file 'inst/COPYRIGHTS' for details. zstdlite copyright details
Bug report File report

Key Metrics

Version 0.2.6
R ≥ 3.4.0
Published 2024-03-11 53 days ago
Needs compilation? yes
License MIT
License File
CRAN checks zstdlite results

Downloads

Yesterday 0
Last 7 days 0
Last 30 days 0 -100%
Last 90 days 76
Last 365 days 76

Maintainer

Maintainer

Mike Cheng

mikefc@coolbutuseless.com

Authors

Mike Cheng

aut / cre / cph

Yann Collet

ctb / cph

(Author of the embedded zstandard library)

Meta Platforms
Inc.
affiliates.

cph

(Facebook is the copyright holder of the bundled zstd library)

Material

NEWS
Reference manual
Package source

Vignettes

Dictionaries

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

Windows

r-develnot available

x86_64

r-releasenot available

x86_64

r-oldrelnot available

x86_64

Depends

R ≥ 3.4.0

Suggests

knitr
rmarkdown
testthat
bench