mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 18:49:14 -06:00
The parallelism in csv.Write() seemed like overkill since we had to build the entire CSV in memory in order to take advantage of it. The code is simpler, now, and uses far less memory, though it is likely to be slower for large data.