vroom
From MaRDI portal
Software:62959
Read and Write Rectangular Text Data Quickly
Jennifer Bryan, Jim Hester, Hadley Wickham
Last update: 5 December 2023
Copyright license: MIT license, File License
Software version identifier: 1.6.1, 1.6.3, 1.0.0, 1.0.1, 1.0.2, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.6.0, 1.6.3, 1.6.4, 1.6.5
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.