ovska / FlameCsv

High performance RFC 4180 compliant CSV parsing library for .NET 6+
MIT License
6 stars 1 forks source link

Cache index-based record factory code #1

Closed ovska closed 1 year ago

ovska commented 1 year ago

Constructing the generic factory is expensive, and never changes if IndexBindingAttribute is used.