Skip to content

ParquetSharp 2.0.2 Beta 5

Pre-release
Pre-release

Choose a tag to compare

@GPSnoopy GPSnoopy released this 07 Jan 10:22

Performance improvements on LogicalColumnReader:

  • Use DateTime ctor instead of FromBinary, as the later has more checks and overhead (fixes Issue #86).
  • Do not use the conversion buffer if data can be read straight into the user destination buffer.