kevin-montrose / Cesil

Modern CSV (De)Serializer
MIT License
65 stars 3 forks source link

Remove allocations in (Async)DynamicWriter.DiscoverColumns #30

Closed kevin-montrose closed 3 years ago

kevin-montrose commented 3 years ago

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