Skip to content

PocketCsvReader 2.5.0

Compare
Choose a tag to compare
@Seddryck Seddryck released this 15 Nov 00:28
· 37 commits to main since this release
73b457c

What's Changed

  • perf: switch to memory and prevent copy of buffer by @Seddryck in #21
  • ci: versions are specified into assembly info by @Seddryck in #22
  • fix: returns constant length array regardless of count of fields for the row by @Seddryck in #23
  • perf: use ArrayPool for char[] allocations by @Seddryck in #24
  • feat: option to async read-ahead during parsing by @Seddryck in #25

Full Changelog: v2.4.0...v2.5.0