Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport more additional formats (i.e. fst, feather, etc?) #3
Comments
|
Relevant issue for fst: fstpackage/fst#9 |
|
can also consider supporting non-DBI-based backends! e.g. LMDB, see example in https://github.com/cboettig/taxalight/ |
write_tsv/read_tsvfor I/O. This should be pluggable.done, now supports readr and base utils table I/O
Would be nice to take advantage of things like faster speed of
fst::read_fst/fst::write_fst, but looks likefstdoes not support the ability to append, making it impossible to stream in chunks.