You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…gression (#41036)
### Rationale for this change
Add a grouper benchmark for preventing performance regression .
#40998 (comment).
### What changes are included in this PR?
Added a benchmark.
### Are these changes tested?
Needn't.
### Are there any user-facing changes?
No
* GitHub Issue: #41035
Authored-by: ZhangHuiGui <hugo.zhang@openpie.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
…nce regression (apache#41036)
### Rationale for this change
Add a grouper benchmark for preventing performance regression .
apache#40998 (comment).
### What changes are included in this PR?
Added a benchmark.
### Are these changes tested?
Needn't.
### Are there any user-facing changes?
No
* GitHub Issue: apache#41035
Authored-by: ZhangHuiGui <hugo.zhang@openpie.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Describe the enhancement requested
Enhancement comes from the #40998 (comment).
We find it's a big performance improvement for grouper to resort columns in rowtable:
arrow/cpp/src/arrow/compute/row/row_internal.cc
Lines 87 to 88 in 83359d6
In order to prevent performance regression, we should add a benchmark for grouper.
Component(s)
C++
The text was updated successfully, but these errors were encountered: