Refactor Expression Optimizer - #9627
Conversation
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
Merging this PR will improve performance by 27.15%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | WallTime | arrow_checked_add_u32_neon[16384] |
20.4 µs | 13.6 µs | +49.86% |
| ⚡ | WallTime | arrow_checked_add_u32_avx512[16384] |
21.2 µs | 17.7 µs | +20.35% |
| ⚡ | WallTime | words_gather_scalar_avx2[65536] |
9.5 µs | 8.3 µs | +13.98% |
Tip
Curious why performance improved? Comment @codspeedbot explain why performance improved on this PR, or directly use the CodSpeed MCP with your agent.
Comparing mk/bound-expression-optimizer (314fb23) with develop (34a6912)2
Footnotes
-
1725 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
-
No successful run was found on
develop(b240a50) during the generation of this report, so 34a6912 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
Expression Optimizer
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
Summary
Changes
Testing