[
https://issues.apache.org/jira/browse/ARROW-13677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495970#comment-17495970
]
Antoine Pitrou commented on ARROW-13677:
----------------------------------------
Only recent versions of clang seem to succeed in vectorizing, though. Both gcc
and MSVC (and even icc apparently) produce scalar code.
> [C++] Improve performance of unpack64
> -------------------------------------
>
> Key: ARROW-13677
> URL: https://issues.apache.org/jira/browse/ARROW-13677
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Antoine Pitrou
> Priority: Major
>
> unpack32 benefits from auto-generated SIMD optimizations, but unpack64
> doesn't. The latter is used by Parquet for DELTA_BINARY_PACKED encoding.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)