Skip to content

Releases: nietras/Sep

0.2.2

10 Aug 11:46
471e8a7
Compare
Choose a tag to compare

Add Reader(...)/Writer(...) extension method overloads with configure. Fixes #20

0.2.1

10 Aug 10:39
b54efb4
Compare
Choose a tag to compare
  • Reduce row count in comparison benchmarks for faster runs.
  • Reduces memory bandwidth impact so better shows code optimization efforts.
  • Switch DebugType to portable.
  • No code changes.

0.2.0

07 Aug 09:59
a13ae8e
Compare
Choose a tag to compare
  • Replace the "char + position" indexing approach with a "straightforward" parse one row at a time approach for 1.4x faster low level parsing.
  • Add line number range (from - to excl) to SepReader.Row incl. tracking line endings inside quotes so easy to find a row's lines in notepad or similar.
  • Add SepReaderOptions.DisableColCountCheck option that allows disabling exception thrown if a row does not have expected col count (fixes issue #10).
  • BREAKING CHANGE: Rename SepReaderOptions.UseFastFloat to DisableFastFloat to follow a Disable convention for features enabled by default.
  • Minor breaking change to SepWriter, which now always writes line ending for last row to ensure row count consistent for empty columns.
  • Expand README.md with options and debuggability.

0.1.0

30 May 11:32
9922044
Compare
Choose a tag to compare

Initial release with updated README.

v0.1.0-rc.1

26 May 11:39
72525cb
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

Initial release candidate from public release of code.