Skip to content

perf: optimize iterative exe#7501

Draft
joseph-isaacs wants to merge 8 commits intodevelopfrom
ji/chunked-exe-faster
Draft

perf: optimize iterative exe#7501
joseph-isaacs wants to merge 8 commits intodevelopfrom
ji/chunked-exe-faster

Conversation

@joseph-isaacs
Copy link
Copy Markdown
Contributor

@joseph-isaacs joseph-isaacs commented Apr 16, 2026

chunked...

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 16, 2026

Merging this PR will degrade performance by 92.25%

⚡ 18 improved benchmarks
❌ 51 regressed benchmarks
✅ 1094 untouched benchmarks
⏩ 1462 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 10, 100)] 708.6 µs 2,427.7 µs -70.81%
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 100, 100)] 721.6 µs 2,443.1 µs -70.46%
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 1000, 100)] 890.3 µs 2,606.5 µs -65.84%
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 100, 10)] 97.1 µs 142.3 µs -31.78%
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 10, 10)] 95.4 µs 140.6 µs -32.11%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 1000, 10)] 160.3 µs 221.3 µs -27.59%
Simulation chunked_dict_primitive_into_canonical[u32, (1000, 100, 100)] 713 µs 2,443.3 µs -70.82%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 100, 10)] 126.5 µs 188.3 µs -32.82%
Simulation chunked_dict_primitive_into_canonical[u32, (1000, 10, 10)] 117.1 µs 139.4 µs -16%
Simulation chunked_dict_primitive_into_canonical[f32, (1000, 1000, 10)] 113 µs 158.8 µs -28.84%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 1000, 100)] 1.3 ms 3.2 ms -59.02%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 10, 100)] 967.5 µs 2,878.9 µs -66.39%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 10, 10)] 123.6 µs 185.4 µs -33.32%
Simulation chunked_dict_primitive_into_canonical[u32, (1000, 100, 10)] 95.6 µs 140.7 µs -32.06%
Simulation chunked_dict_primitive_into_canonical[u64, (1000, 100, 10)] 126.3 µs 188.4 µs -32.98%
Simulation chunked_dict_primitive_into_canonical[u32, (1000, 1000, 10)] 112.2 µs 157.5 µs -28.74%
Simulation chunked_dict_primitive_into_canonical[f64, (1000, 100, 100)] 1 ms 2.9 ms -65.6%
Simulation chunked_dict_primitive_into_canonical[u64, (1000, 10, 10)] 123 µs 185.1 µs -33.55%
Simulation chunked_dict_primitive_into_canonical[u64, (1000, 1000, 10)] 160.3 µs 221.7 µs -27.69%
Simulation chunked_dict_primitive_into_canonical[u64, (1000, 10, 100)] 968.1 µs 2,879.2 µs -66.38%
... ... ... ... ... ...

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


Comparing ji/chunked-exe-faster (c2800f8) with develop (58ed3c2)

Open in CodSpeed

Footnotes

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

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>

# Conflicts:
#	vortex-array/src/array/erased.rs
#	vortex-array/src/array/mod.rs
#	vortex-array/src/executor.rs
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs joseph-isaacs added the do not merge Pull requests that are not intended to merge label Apr 20, 2026
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Pull requests that are not intended to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant