Skip to content

feat(vortex-array): execute primitive interleave arrays - #9291

Merged
HarukiMoriarty merged 5 commits into
developfrom
nemo/interleave-primitive-execution
Aug 10, 2026
Merged

feat(vortex-array): execute primitive interleave arrays#9291
HarukiMoriarty merged 5 commits into
developfrom
nemo/interleave-primitive-execution

refactor(vortex-array): simplify interleave selector validation

a0ad6c9
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Aug 10, 2026 in 0s

1 benchmark regressed

⚡ 3 improved benchmarks
❌ 1 regressed benchmark
✅ 1936 untouched benchmarks
🆕 12 new benchmarks
⏩ 89 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation cold_misaligned[(64, 256)] 4.4 ms 5.3 ms -17.42%
Simulation decode_varbin[(1000, 4)] 99.3 µs 60.5 µs +64.15%
Simulation slice_primitive_tight_loop[10000] 502.7 µs 438.2 µs +14.74%
Simulation slice_dict_tight_loop[10000] 837.8 µs 738.6 µs +13.44%
🆕 Simulation primitive_mixed_constants[random/n2/nonnull] N/A 420.5 µs N/A
🆕 Simulation primitive_mixed_constants[random/n2/null] N/A 429.1 µs N/A
🆕 Simulation primitive_mixed_constants[random/n64/nonnull] N/A 650.7 µs N/A
🆕 Simulation primitive_mixed_constants[random/n64/null] N/A 714.6 µs N/A
🆕 Simulation primitive_mixed_constants[round_robin/n2/nonnull] N/A 355.9 µs N/A
🆕 Simulation primitive_mixed_constants[round_robin/n2/null] N/A 357.2 µs N/A
🆕 Simulation primitive[random/n2/nonnull] N/A 538.1 µs N/A
🆕 Simulation primitive[random/n2/null] N/A 545.2 µs N/A
🆕 Simulation primitive[random/n64/nonnull] N/A 869.9 µs N/A
🆕 Simulation primitive[random/n64/null] N/A 908.7 µs N/A
🆕 Simulation primitive[round_robin/n2/nonnull] N/A 376.6 µs N/A
🆕 Simulation primitive[round_robin/n2/null] N/A 383.9 µs 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 nemo/interleave-primitive-execution (a0ad6c9) with develop (e77f520)2

Open in CodSpeed

Footnotes

  1. 89 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 develop (b4b8f54) during the generation of this report, so e77f520 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.