Skip to content

Improve execution of Take(Chunked) for nested types - #8662

Closed
robert3005 wants to merge 3 commits into
developfrom
rk/buildertakefixes
Closed

Improve execution of Take(Chunked) for nested types#8662
robert3005 wants to merge 3 commits into
developfrom
rk/buildertakefixes

fixes

415d6d3
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Jul 8, 2026

2 benchmarks regressed

⚡ 8 improved benchmarks
❌ 2 regressed benchmarks
✅ 1597 untouched benchmarks
🆕 18 new benchmarks
⏩ 42 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation slice_empty_vortex 310.3 ns 368.6 ns -15.83%
Simulation chunked_varbinview_opt_canonical_into[(100, 100)] 305.2 µs 340.5 µs -10.38%
Simulation bitwise_not_vortex_buffer_mut[128] 273.6 ns 215.3 ns +27.1%
Simulation chunked_varbinview_canonical_into[(1000, 10)] 190.9 µs 154 µs +23.94%
Simulation bitwise_not_vortex_buffer_mut[1024] 333.9 ns 275.6 ns +21.17%
Simulation encode_varbin[(1000, 4)] 161.5 µs 138.7 µs +16.51%
Simulation bitwise_not_vortex_buffer_mut[2048] 427.8 ns 369.4 ns +15.79%
Simulation encode_varbin[(1000, 2)] 159.4 µs 138.1 µs +15.48%
Simulation encode_varbin[(1000, 32)] 164.8 µs 144.3 µs +14.24%
Simulation chunked_varbinview_into_canonical[(100, 100)] 307.3 µs 272 µs +12.98%
🆕 Simulation take_chunked_f32_canonical_shuffled[10000] N/A 2.6 ms N/A
🆕 Simulation take_chunked_f32_canonical_shuffled[100000] N/A 14.3 ms N/A
🆕 Simulation take_chunked_f32_canonical_shuffled[1000000] N/A 135.1 ms N/A
🆕 Simulation take_chunked_f32_to_builder_shuffled[10000] N/A 2.7 ms N/A
🆕 Simulation take_chunked_f32_to_builder_shuffled[100000] N/A 14.7 ms N/A
🆕 Simulation take_chunked_f32_to_builder_shuffled[1000000] N/A 138.9 ms N/A
🆕 Simulation take_chunked_f32_to_builder_sorted[10000] N/A 2.2 ms N/A
🆕 Simulation take_chunked_f32_to_builder_sorted[100000] N/A 14.5 ms N/A
🆕 Simulation take_chunked_f32_to_builder_sorted[1000000] N/A 130.6 ms N/A
🆕 Simulation take_chunked_of_fsl_to_builder_shuffled[32768] N/A 110.1 ms 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 rk/buildertakefixes (415d6d3) with develop (b9779d6)

Open in CodSpeed

Footnotes

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