-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
A readonly ref struct
could be used as the record type to utilize ReadOnlySpan<char>
to map column values directly without copies.
If the encoding or escape requires a copy an internal buffer could be used to store the value.
The iterator could be simply provided by a ref struct CsvRecordEnumerable
like it is done in
ReadOnlySpanEnumerable