fst
fst copied to clipboard
Lightning Fast Serialization of Data Frames for R
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...
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...
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...
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...
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")`...
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...
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.
Writing directly to a connection could help conserve memory. Suggested at https://github.com/richfitz/storr/pull/111#issuecomment-509136783.