vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
perf: remove `ExecutionCtx` from `OperationsVTable::scalar_at`
#7417
Closed
Comparing
ad/remove-ctx-from-scalar-at
(
242101f
) with
develop
(
71089dd
)
CodSpeed Performance Gauge
-23%
Improvement
2
Regression
2
Untouched
1117
Archived
1457
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Improvement
Untouched
Archived
2578 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
null_count_run_end[(10000, 4, 0.01)]
encodings/runend/benches/run_end_null_count.rs
CodSpeed Performance Gauge
-23%
104.2 µs
135 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
case_when_all_false[1000]
vortex-array/benches/expr/case_when_bench.rs
CodSpeed Performance Gauge
-21%
85 µs
108.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_first_chunk_only
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+22%
329.9 µs
271.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
case_when_fragmented[100]
vortex-array/benches/expr/case_when_bench.rs
CodSpeed Performance Gauge
+16%
155.1 µs
133.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
case_when_fragmented[1000]
vortex-array/benches/expr/case_when_bench.rs
CodSpeed Performance Gauge
+6%
494.7 µs
464.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
binary_search_std
vortex-array/benches/search_sorted.rs
CodSpeed Performance Gauge
+6%
515.3 ns
486.1 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
binary_search_vortex
vortex-array/benches/search_sorted.rs
CodSpeed Performance Gauge
+4%
727.2 ns
698.1 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
iter_arrow_buffer[128]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+4%
861.1 ns
831.9 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_count_vortex_buffer[1024]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+3%
898.3 ns
869.2 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
true_count_vortex_buffer[2048]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+3%
998.3 ns
969.2 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
value_arrow_buffer[128]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+3%
1,011.1 ns
981.9 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
set_indices_arrow_buffer[128]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+3%
1 µs
1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bitwise_not_vortex_buffer[1024]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+3%
3.6 µs
3.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
set_indices_arrow_buffer[1024]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+2%
2.4 µs
2.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push_vortex_buffer[128]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+2%
1.2 µs
1.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bitwise_not_vortex_buffer[2048]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+2%
3.7 µs
3.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_struct_sequential_indices
vortex-array/benches/take_struct.rs
CodSpeed Performance Gauge
+2%
49.2 µs
48.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_indices[(1000, 16)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+2%
43.8 µs
42.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10_contiguous
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+2%
25.2 µs
24.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bitwise_not_vortex_buffer[128]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+2%
4.4 µs
4.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
append_buffer_arrow_buffer[128]
vortex-buffer/benches/vortex_bitbuffer.rs
CodSpeed Performance Gauge
+2%
3.3 µs
3.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10_stratified
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+2%
28.9 µs
28.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push_n_vortex_buffer[u32, 128]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+2%
1.8 µs
1.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
transpose_bmi2
encodings/fastlanes/benches/bit_transpose.rs::x86
CodSpeed Performance Gauge
+2%
1.8 µs
1.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push_n_vortex_buffer[u8, 128]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+2%
1.9 µs
1.9 µs
1
2
3
4
5
...
104
Commits
Click on a commit to change the comparison range
Base
develop
71089dd
-25.98%
perf: remove ExecutionCtx from OperationsVTable::scalar_at
c0adb3e
14 days ago
by 0ax1
+3.21%
perf: replace execute with downcast in Patched::scalar_at
f70e241
14 days ago
by 0ax1
-0.02%
pco and zstd
242101f
14 days ago
by 0ax1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs