Skip to content

perf: specialize grouped sums for constant arrays - #9822

Closed
connortsui20 wants to merge 1 commit into
developfrom
ct/sum-constant
Closed

perf: specialize grouped sums for constant arrays#9822
connortsui20 wants to merge 1 commit into
developfrom
ct/sum-constant

perf: specialize grouped sums for constant arrays

f185f49
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Sep 9, 2026 in 0s

3 benchmarks regressed

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 6 improved benchmarks
❌ 3 regressed benchmarks
✅ 2184 untouched benchmarks
🆕 6 new benchmarks
⏩ 218 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
WallTime arrow_checked_add_u32_neon[16384] 13.4 µs 20.3 µs -34.07%
Simulation decompress[u64, (4000, 1024)] 70.8 µs 86 µs -17.7%
WallTime mul_u32_nonnull_avx512 5.5 µs 6.2 µs -10.08%
WallTime mul_u64_nonnull_neon 20.6 µs 15.1 µs +36.24%
WallTime multiply_shapes_neon[(16384, PerRowPerRow)] 20.3 µs 17.2 µs +17.98%
WallTime mul_i64_nonnull_neon 20.2 µs 17.2 µs +17.71%
WallTime filtered_owned_i64_avx512[OneNullInEight] 26.3 µs 22.4 µs +17.12%
Simulation allocate_drop_arrow[0] 456.9 ns 402.7 ns +13.45%
WallTime mul_i32_nonnull_avx512 7.9 µs 7.1 µs +10.34%
🆕 Simulation sum_v2_constant_fixed[false, 128] N/A 1.4 ms N/A
🆕 Simulation sum_v2_constant_fixed[false, 2] N/A 82.6 ms N/A
🆕 Simulation sum_v2_constant_fixed[true, 128] N/A 168 µs N/A
🆕 Simulation sum_v2_constant_fixed[true, 2] N/A 229 µs N/A
🆕 Simulation sum_v2_constant_list[false] N/A 1.4 ms N/A
🆕 Simulation sum_v2_constant_list[true] N/A 1.2 ms N/A

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing ct/sum-constant (f185f49) with develop (e3b8eb2)

Open in CodSpeed

Footnotes

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