You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/07/18 11:49:01 UTC

[GitHub] [arrow-rs] alamb opened a new pull request, #4539: Test: inline everything and add row_unchecked

alamb opened a new pull request, #4539:
URL: https://github.com/apache/arrow-rs/pull/4539

   This is a test PR to see what effect adding extra inlining encouragement and unsafe access can get DataFusion's aggregation
   
   This is inspired by @yahoNanJing 's work here:  https://github.com/apache/arrow-rs/pull/4524
   
   I would like to know how much of the performance boost is due to the raw table's unsafe APIs vs how much is due to the data layout


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on pull request #4539: Test: inline everything and add row_unchecked

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #4539:
URL: https://github.com/apache/arrow-rs/pull/4539#issuecomment-1640965292

   Here are my benchmark results: https://github.com/apache/arrow-datafusion/issues/6969#issuecomment-1640929894 (TLDR they are mixed)


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed pull request #4539: Test: inline everything and add row_unchecked

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed pull request #4539: Test: inline everything and add row_unchecked
URL: https://github.com/apache/arrow-rs/pull/4539


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org