kevin-montrose/Cesil

Remove allocations in (Async)DynamicWriter.DiscoverColumns

kevin-montrose opened this issue · 0 comments

Both methods end up creating lists, which isn't great. Ideally we shove these onto a MemoryPool somehow.