Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: inline everything and add row_unchecked #4539

Closed
wants to merge 1 commit into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 18, 2023

Test of apache/datafusion#6937

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: #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

@alamb
Copy link
Contributor Author

alamb commented Jul 18, 2023

Here are my benchmark results: apache/datafusion#6969 (comment) (TLDR they are mixed)

@alamb alamb closed this Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant