Package: fst Type: Package Title: Lightning Fast Serialization of Data Frames Description: Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows for full random access of stored data and a wide range of compression settings using the LZ4 and ZSTD compressors. Version: 0.9.9 Date: 2022-02-08 Authors@R: person("Mark", "Klik", email = "markklik@gmail.com", role = c("aut", "cre", "cph")) Depends: R (>= 3.5.0) Imports: fstcore, Rcpp LinkingTo: Rcpp, fstcore SystemRequirements: little-endian platform RoxygenNote: 7.3.2 Suggests: testthat, bit64, data.table, lintr, nanotime, crayon License: AGPL-3 | file LICENSE Encoding: UTF-8 URL: http://www.fstpackage.org BugReports: https://github.com/fstpackage/fst/issues Repository: https://fstpackage.r-universe.dev Date/Publication: 2024-09-26 11:50:23 UTC RemoteUrl: https://github.com/fstpackage/fst RemoteRef: HEAD RemoteSha: b35606332483699aef44b6edbcf38de68bd7fa9e NeedsCompilation: yes Packaged: 2026-06-19 08:12:00 UTC; root Author: Mark Klik [aut, cre, cph] Maintainer: Mark Klik