cyb70289 commented on pull request #9614: URL: https://github.com/apache/arrow/pull/9614#issuecomment-789500794
I tested Neon performance of `parquet-encoding-benchmark`, `parquet-column-io-benchmark` and `parquet-arrow-reader-writer-benchmark`. No obvious difference found against master branch. Compiler does good optimization for `bpacking` code. Disassembler shows `shift` and `and` operations are vectorized. https://godbolt.org/z/41G8Ta ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
