fst
fst copied to clipboard
Lightning Fast Serialization of Data Frames for R
Dear @MarcusKlik first I'd like to thank you for providing `fst` to the R community, this is a truly amazing package and I can see it becoming what `data.table` or...
Should be the same as #241 but with a more descriptive title. I am facing this issue locally since months - in addition, the GitHub Actions install failures cause headaches...
Just saw a blog at https://ursalabs.org/blog/2019-10-columnar-perf/ about the release of arrow 0.15. There are benchmarks comparing the read performances between various binary file formats. I was surprised to see that...
Mark what an awesome, super fast package. I encountered a new issue, when one of the columns is a list (instead of a vector of an atomic type). Tibbles, aka...
How is the `write_fst` and `read_fst` speed compared to `vroom` package with the same number of CPU cores?
Hi @MarcusKlik I recently submitted a package to CRAN, it gets this error during check with Solaris (https://cran.r-project.org/web/checks/check_results_raveio.html) ``` *** caught segfault *** address e25a35d4, cause 'memory not mapped' ```...
Thanks for this wonderful project! Please provide a streaming facility (ideally multiprocess safe) to read data in chunks and process it. Here is my [experimental implementation](https://gist.github.com/talegari/a3ba27c6fc78ae71c4fb22d489449714) for your reference.
Hi, thanks for the amazing package you have developed. I recently found compress functions in `fst` package only takes raw vectors as argument. This means if I want to compress...
Firstly, thanks for writing `fst`! I discovered this awesome package only recently and immediately like its speed! **ISSUE** As I start to replace the old `saveRDS` with `write_fst`, I discovered...
Hi @MarcusKlik , thank you for this wonderful package and all your work - much appreciated! I am having similar troubles like in issue #226 - searching for the error...