Skip to content

Support i128 and i256 decimals in DecimalByteParts encoding - #9834

Draft
mhk197 wants to merge 1 commit into
developfrom
mk/dbp-v2-feature
Draft

Support i128 and i256 decimals in DecimalByteParts encoding #9834
mhk197 wants to merge 1 commit into
developfrom
mk/dbp-v2-feature

Conversation

@mhk197

@mhk197 mhk197 commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Changes

Signed-off-by: "Matt Katz" <mhkatz97@gmail.com>
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
@mhk197 mhk197 added the changelog/feature A new feature label Sep 10, 2026
@codspeed-hq

codspeed-hq Bot commented Sep 10, 2026

Copy link
Copy Markdown

Merging this PR will regress 1 benchmark

⚠️ 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

⚡ 3 improved benchmarks
❌ 1 regressed benchmark
✅ 2193 untouched benchmarks
🆕 18 new benchmarks
⏩ 218 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation decompress[u64, (4000, 1024)] 70.8 µs 86.3 µs -18.01%
WallTime arrow_checked_add_u32_avx2[16384] 21.4 µs 17.7 µs +21.19%
WallTime filtered_owned_i64_avx512[OneNullInEight] 26.2 µs 22.4 µs +17.28%
WallTime mul_u32_nonnull_avx512 6.3 µs 5.6 µs +11.94%
🆕 Simulation dbp_assemble[(I128, 1024)] N/A 48 µs N/A
🆕 Simulation dbp_assemble[(I128, 8192)] N/A 266.9 µs N/A
🆕 Simulation dbp_assemble[(I256, 1024)] N/A 80.8 µs N/A
🆕 Simulation dbp_assemble[(I256, 8192)] N/A 530.4 µ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.9 µs N/A
🆕 Simulation dbp_split_all_valid[(I128, 8192)] N/A 288.3 µs N/A
🆕 Simulation dbp_split_all_valid[(I256, 1024)] N/A 89.5 µs N/A
🆕 Simulation dbp_split_all_valid[(I256, 8192)] N/A 550.2 µs N/A
🆕 Simulation dbp_split_all_valid[(I64, 1024)] N/A 7.5 µs N/A
🆕 Simulation dbp_split_all_valid[(I64, 8192)] N/A 7.5 µs N/A
🆕 Simulation dbp_split_mixed_null[(I128, 1024)] N/A 73.3 µs N/A
🆕 Simulation dbp_split_mixed_null[(I128, 8192)] N/A 318.4 µs N/A
🆕 Simulation dbp_split_mixed_null[(I256, 1024)] N/A 101.7 µs N/A
🆕 Simulation dbp_split_mixed_null[(I256, 8192)] N/A 587.3 µ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-v2-feature (4edb7aa) with develop (35cd01f)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant