1The goal of 'vroom' is to read and write data (like 'csv', 'tsv'
2and 'fwf') quickly. When reading it uses a quick initial indexing
3step, then reads the values lazily , so only the data you actually
4use needs to be read. The writer formats the data in parallel and
5writes to disk asynchronously from formatting.
6