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.7)fst_0.9.9.zip(r-4.6)fst_0.9.9.zip(r-4.5)
fst_0.9.9.tgz(r-4.6-x86_64)fst_0.9.9.tgz(r-4.6-arm64)fst_0.9.9.tgz(r-4.5-x86_64)fst_0.9.9.tgz(r-4.5-arm64)
fst_0.9.9.tar.gz(r-4.7-arm64)fst_0.9.9.tar.gz(r-4.7-x86_64)fst_0.9.9.tar.gz(r-4.6-arm64)fst_0.9.9.tar.gz(r-4.6-x86_64)
fst_0.9.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fst/json (API)
| # Install 'fst' in R: |
| install.packages('fst', repos = c('https://fstpackage.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fstpackage/fst/issues
Pkgdown/docs site:https://www.fstpackage.org
compressiondata-framedata-storagecpp
Last updated from:b356063324. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 142 | ||
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 173 | ||
| linux-release-arm64 | OK | 131 | ||
| linux-release-x86_64 | OK | 128 | ||
| macos-release-arm64 | OK | 156 | ||
| macos-release-x86_64 | OK | 222 | ||
| macos-oldrel-arm64 | OK | 163 | ||
| macos-oldrel-x86_64 | OK | 243 | ||
| windows-devel | OK | 136 | ||
| windows-release | OK | 118 | ||
| windows-oldrel | OK | 116 | ||
| wasm-release | OK | 106 |
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 |
