PocketCsvReader 2.5.0
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