Multithreaded serialization of compressed data frames using the
'fst' format. The 'fst' format allows for random access of stored data and
compression with the LZ4 and ZSTD compressors created by Yann Collet. The ZSTD
compression library is owned by Facebook Inc.
Version: |
0.9.2 |
Depends: |
R (≥ 3.0.0) |
Imports: |
Rcpp |
LinkingTo: |
Rcpp |
Suggests: |
testthat, bit64, data.table, lintr, nanotime, crayon |
Published: |
2020-04-01 |
Author: |
Mark Klik [aut, cre, cph],
Yann Collet [ctb, cph] (Yann Collet is author of the bundled LZ4 and
ZSTD code and copyright holder of LZ4),
Facebook, Inc. [cph] (Bundled ZSTD code) |
Maintainer: |
Mark Klik <markklik at gmail.com> |
BugReports: |
https://github.com/fstpackage/fst/issues |
License: |
AGPL-3 | file LICENSE |
Copyright: |
This package includes sources from the LZ4 library written
by Yann Collet, sources of the ZSTD library owned by Facebook,
Inc. and sources of the fstlib library owned by Mark Klik |
URL: |
https://fstpackage.github.io |
NeedsCompilation: |
yes |
SystemRequirements: |
little-endian platform |
CRAN checks: |
fst results |