vroom: Read and Write Rectangular Text Data Quickly
The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.
Maintainer: Jim Hester james.f.hester@gmail.com (ORCID)
Authors:
Hadley Wickham hadley@rstudio.com (ORCID)
Other contributors:
https://github.com/mandreyel/ (mio library) [copyright holder]
R Core Team (localtime.c code adapted from R) [contributor]
Jukka Jylänki (grisu3 implementation) [copyright holder]
Mikkel Jørgensen (grisu3 implementation) [copyright holder]
RStudio [copyright holder, funder]
Useful links:
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.