ParquetSharp 2.0.2 Beta 5
Pre-release
Pre-release
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.