kevin-montrose / Cesil

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

Remove required allocations from ITypeDescriber.GetCellsForDynamicRow() #24

Closed kevin-montrose closed 4 years ago

kevin-montrose commented 4 years ago

Makes changes to ITypeDescriber to remove (almost always) required allocations when writing dynamic rows.

Visible changes:

Internal changes: