fst icon indicating copy to clipboard operation
fst copied to clipboard

Lightning Fast Serialization of Data Frames for R

Results 117 fst issues
Sort by recently updated
recently updated
newest added
trafficstars

All of base R data.frames, data.tables and tibbles support `x[[i, j]]` type subsetting. While I realise that there is quite a bit of heterogeneity (among the mentioned packages) in how...

enhancement

Could you add the benchmark of fst against parquet?

task

I assume this is closely related to #226 and at least in part to #238 but I decided to open a separate issue because #226 is marked as resolved (and...

task

Hi all - Thank you for developing this very cool package! I run my processing / analysis workflow on my work's HPC cluster. Usually I distribute the work by simply...

question

I work in a corporate environment and I don't have admin rights to the my Windows machine. What this means is that I can't write to `c:\` nor `c:\users\` but...

question

Is it possible (and if not could it be implemented) to inversely select colums? If I have a file with columns v1:v5 I could use `columns = c("v1", "v2", "v3")`...

feature request

Data integrity is pretty important in the organization I work for. Accountants ask for 'hashvalues' of datasets, when they perform audits. It must be certain that the right dataset is...

feature request
format

As noted at https://github.com/richfitz/storr/pull/111#issuecomment-510237712, this could conserve memory without sacrificing speed, and it could improve load balancing among threads.

feature request

Writing directly to a connection could help conserve memory. Suggested at https://github.com/richfitz/storr/pull/111#issuecomment-509136783.

feature request

```r require(fst) # 0.9.0 df

feature request