Skip to content

1.1.0

Compare
Choose a tag to compare
@airbreather airbreather released this 15 Jun 19:37
· 16 commits to master since this release
e18a956

1.1.0

  • Several further performance optimizations. Most significantly, inlining and tuning a critical ReadOnlySpan<T> extension method.
    • In some cases, this increased throughput by a factor of 3.
  • Added hooks for visitor implementations to detect situations where the stream does not conform to the RFC 4180 rules for quoted fields (#4)
  • Added support to customize the field delimiter byte (#11)
  • Added helpers to avoid having to use CsvTokenizer directly in most cases (#9, #10)
  • Added an intermediate abstract visitor class that handles UTF-8 encoded headers (#5)