fst
fst copied to clipboard
Lightning Fast Serialization of Data Frames for R
Closes: https://github.com/fstpackage/fst/issues/275 `fstcore` and `fst` build and pass all tests on Big-endian arch. Misleading requirement for LE should be dropped. Tested on PPC G5 (natively) and in Rosetta, everything works.
```r df
This is a great package -- halved my data loading time by half, but with some effort. I frequently group data into lists (e.g. a time series "dataset" with data...
I have a link in a public repository in AWS S3 https://s3-eu-west-1.amazonaws.com/stratominerdata/developer.stratominer.com/processedData/testingS3/default/testingS3_raw_plate_10_rep_1.fst which I can download anywhere but when I try to load it in to memory directly from the...