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://fastverse.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: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 145 | ||
| linux-devel-x86_64 | OK | 137 | ||
| source / vignettes | OK | 146 | ||
| linux-release-arm64 | OK | 164 | ||
| linux-release-x86_64 | OK | 138 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-release-x86_64 | OK | 209 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| macos-oldrel-x86_64 | OK | 229 | ||
| windows-devel | OK | 113 | ||
| windows-release | OK | 125 | ||
| windows-oldrel | OK | 121 | ||
| wasm-release | OK | 105 |
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 |
