Learn R Programming

fst (version 0.9.8)

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.

Copy Link

Version

Install

install.packages('fst')

Monthly Downloads

10,922

Version

0.9.8

License

AGPL-3 | file LICENSE

Maintainer

Last Published

February 8th, 2022

Functions in fst (0.9.8)

compress_fst

Compress a raw vector using the LZ4 or ZSTD compressor.
write_fst

Read and write fst files.
decompress_fst

Decompress a raw vector with compressed data.
hash_fst

Parallel calculation of the hash of a raw vector
fst-package

Lightning Fast Serialization of Data Frames for R.
metadata_fst

Read metadata from a fst file
fst

Access a fst file like a regular data frame
threads_fst

Get or set the number of threads used in parallel operations