Skip to content

Add wide decimal byte-part splitting and assembly logic - #9808

Open
mhk197 wants to merge 7 commits into
mk/dbp-v2-featurefrom
mk/dbp-parts
Open

Add wide decimal byte-part splitting and assembly logic#9808
mhk197 wants to merge 7 commits into
mk/dbp-v2-featurefrom
mk/dbp-parts

address comments

41fbd80
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
✅ 2178 untouched benchmarks
🆕 18 new benchmarks
⏩ 224 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] 12.2 µs 20.3 µs -39.77%
Simulation random_i16[0.95] 77.5 µs 94.3 µs -17.82%
WallTime deferred_i64_avx2[PerRowPerRow] 9.9 µs 11.5 µs -13.9%
Simulation random_i8[0.5] 91.4 µs 66.7 µs +37.01%
WallTime arrow_checked_add_u32_avx2[16384] 21.4 µs 17.6 µs +21.26%
Simulation allocate_drop_arrow[0] 456.9 ns 402.7 ns +13.45%
WallTime filtered_owned_i64_avx512[OneNullInEight] 26.2 µs 23.2 µs +12.91%
Simulation chunked_bool_canonical_into[(1000, 10)] 30.6 µs 27.2 µs +12.49%
WallTime mul_u32_nonnull_avx512 6.2 µs 5.6 µs +10.37%
🆕 Simulation dbp_assemble[(I128, 1024)] N/A 47.9 µs N/A
🆕 Simulation dbp_assemble[(I128, 8192)] N/A 266.7 µs N/A
🆕 Simulation dbp_assemble[(I256, 1024)] N/A 80.5 µs N/A
🆕 Simulation dbp_assemble[(I256, 8192)] N/A 530.3 µs N/A
🆕 Simulation dbp_assemble[(I64, 1024)] N/A 9.2 µs N/A
🆕 Simulation dbp_assemble[(I64, 8192)] N/A 7.3 µs N/A
🆕 Simulation dbp_split_all_valid[(I128, 1024)] N/A 51.5 µs N/A
🆕 Simulation dbp_split_all_valid[(I128, 8192)] N/A 286.7 µs N/A
🆕 Simulation dbp_split_all_valid[(I256, 1024)] N/A 88.6 µs N/A
🆕 Simulation dbp_split_all_valid[(I256, 8192)] N/A 549.7 µs N/A
🆕 Simulation dbp_split_all_valid[(I64, 1024)] N/A 7.6 µs N/A
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

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


Comparing mk/dbp-parts (41fbd80) with develop (e3b8eb2)2

Open in CodSpeed

Footnotes

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

  2. No successful run was found on mk/dbp-v2-feature (bffdca1) during the generation of this report, so develop (e3b8eb2) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.