-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-36059: [C++][Compute] Reserve space for hashtable for scalar lookup functions #36067
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
Conversation
|
|
|
Benchmark result: After |
westonpace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question, otherwise this makes sense to me.
|
Conbench analyzed the 6 benchmark runs on commit There were 9 benchmark results indicating a performance regression:
The full Conbench report has more details. |
Rationale for this change
Performance improvement for scalar lookup functions.
What changes are included in this PR?
Are these changes tested?
By existing unit tests.
Are there any user-facing changes?
No.