Other packages > Find by keyword >

fst  

Lightning Fast Serialization of Data Frames
View on CRAN: Click here


Download and install fst package within the R console
Install from CRAN:
install.packages("fst")

Install from Github:
library("remotes")
install_github("cran/fst")

Install by package version:
library("remotes")
install_version("fst", "0.9.8")



Attach the package and use:
library("fst")
Maintained by
Mark Klik
[Scholar Profile | Author Map]
First Published: 2017-01-12
Latest Update: 2022-02-08
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.
How to cite:
Mark Klik (2017). fst: Lightning Fast Serialization of Data Frames. R package version 0.9.8, https://cran.r-project.org/web/packages/fst. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.7.2 (2017-01-12 15:42), 0.8.0 (2017-12-13 09:20), 0.8.2 (2017-12-18 17:34), 0.8.4 (2018-01-25 12:42), 0.8.6 (2018-05-16 13:38), 0.8.8 (2018-06-07 15:50), 0.8.10 (2018-12-14 01:00), 0.9.0 (2019-04-09 06:43), 0.9.2 (2020-04-01 20:40), 0.9.4 (2020-08-27 07:10), 0.9.6 (2022-02-01 14:20)
Other packages that cited fst R package
View fst citation profile
Other R packages that fst depends, imports, suggests or enhances
Complete documentation for fst
Functions, R codes and Examples using the fst R package
Some associated functions: compress_fst . decompress_fst . fst-package . fst . hash_fst . metadata_fst . threads_fst . write_fst . 
Some associated R codes: RcppExports.R . compress.R . fst.R . fst_table.R . hash.R . onAttach.R . openmp.R . package.R . type_dependencies.R .  Full fst package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for fst100150200250300350400450500550600650700TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA