Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 761 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 761 Bytes

Parquet I/O accelerator

Requirements

Parquet benchmarks

cargo bench compression
  • Uncompressed
  • Snappy
  • GZIP
  • LZO
  • Brotli
  • LZ4
  • Zstd
cargo bench metadata
  • FileMetaData
  • PageHeader
  • Plain
  • Dictionary Encoding
  • Run Length Encoding
  • Bit-packed (deprecated)
  • Delta encoding
  • Delta-length byte array
  • Delta Strings
  • Byte Stream Split