Package: fst 0.9.9
fst: Lightning Fast Serialization of Data Frames
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.
Authors:
fst_0.9.9.tar.gz
fst_0.9.9.zip(r-4.5)fst_0.9.9.zip(r-4.4)fst_0.9.9.zip(r-4.3)
fst_0.9.9.tgz(r-4.4-x86_64)fst_0.9.9.tgz(r-4.4-arm64)fst_0.9.9.tgz(r-4.3-x86_64)fst_0.9.9.tgz(r-4.3-arm64)
fst_0.9.9.tar.gz(r-4.5-noble)fst_0.9.9.tar.gz(r-4.4-noble)
fst_0.9.9.tgz(r-4.4-emscripten)fst_0.9.9.tgz(r-4.3-emscripten)
fst.pdf |fst.html✨
fst/json (API)
# Install 'fst' in R: |
install.packages('fst', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fstpackage/fst/issues
compressiondata-framedata-storage
Last updated 2 months agofrom:b356063324. Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | OK | Oct 26 2024 |
R-4.5-linux-x86_64 | OK | Oct 26 2024 |
R-4.4-win-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-aarch64 | OK | Oct 26 2024 |
R-4.3-win-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-aarch64 | OK | Oct 26 2024 |
Exports:compress_fstdecompress_fstfstfst.metadatahash_fstmetadata_fstread_fstread.fstthreads_fstwrite_fstwrite.fst
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Lightning Fast Serialization of Data Frames for R. | fst-package |
Compress a raw vector using the LZ4 or ZSTD compressor. | compress_fst |
Decompress a raw vector with compressed data. | decompress_fst |
Access a fst file like a regular data frame | fst |
Parallel calculation of the hash of a raw vector | hash_fst |
Read metadata from a fst file | fst.metadata metadata_fst |
Get or set the number of threads used in parallel operations | threads_fst |
Read and write fst files. | read.fst read_fst write.fst write_fst |