jianxind commented on pull request #8103: URL: https://github.com/apache/arrow/pull/8103#issuecomment-686230245
Below is the results on the new count benchmark for two devices on gcc and clang. CLX 8280L | gcc default | gcc unrolled | gcc speed up | clang default | clang unrolled | clang speed up -- | -- | -- | -- | -- | -- | -- Count benchmark(G/s) | 662.234 | 813.84 | 1.23 | 576.81 | 815.193 | 1.413278203 i7-8700 | gcc default | gcc unrolled | gcc speed up | clang default | clang unrolled | clang speed up -- | -- | -- | -- | -- | -- | -- Count benchmark(G/s) | 622.174 | 736.495 | 1.18 | 559.015 | 743.022 | 1.329162903 ---------------------------------------------------------------- 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]
