vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Feature: Implement `FixedSizeList` in `PyVortex` bindings
#4618
Merged
Comparing
ct/fsl-python
(
54a4675
) with
develop
(
9c8137e
)
CodSpeed Performance Gauge
+20%
Untouched
415
Archived
936
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Archived
1351 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
map_each[BufferMut<i32>, 128]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+7%
465.8 ns
436.7 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10_contiguous
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+2%
27.1 µs
26.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
map_each[BufferMut<i32>, 1024]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+1%
2.2 µs
2.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_contiguous_not_patches
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+1%
732.7 µs
725.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd_compress_string
vortex/benches/single_encoding_throughput.rs
CodSpeed Performance Gauge
+1%
1.4 s
1.4 s
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_contiguous_patches
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+1%
1.5 ms
1.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
map_each[BufferMut<i32>, 2048]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+1%
4.3 µs
4.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.01, 0.5)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
+1%
208.4 µs
207.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_raw_prim_test_between[u64, 2048]
encodings/fastlanes/benches/compute_between.rs::primitive
CodSpeed Performance Gauge
+1%
28.6 µs
28.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_adversarial
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+1%
1.4 ms
1.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ScalarBuffer<i32>>, 1024]
vortex-buffer/benches/vortex_buffer.rs::from_iter[Arrow<arrow_buffer::buffer::scalar
CodSpeed Performance Gauge
+1%
5.8 µs
5.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_random
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+1%
1.5 ms
1.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ScalarBuffer<i32>>, 2048]
vortex-buffer/benches/vortex_buffer.rs::from_iter[Arrow<arrow_buffer::buffer::scalar
CodSpeed Performance Gauge
0%
7.7 µs
7.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10_stratified
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
25.4 µs
25.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10_stratified
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
19.7 µs
19.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_bp_prim_test_between[i64, 2048]
encodings/fastlanes/benches/compute_between.rs::bitpack
CodSpeed Performance Gauge
0%
43.2 µs
43.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_alp_prim_test_between[f64, 2048]
encodings/fastlanes/benches/compute_between.rs::alp
CodSpeed Performance Gauge
0%
52.8 µs
52.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10_contiguous
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
20.7 µs
20.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.01, 0.1)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
0%
65.2 µs
65 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_bp_prim_test_between[i16, 2048]
encodings/fastlanes/benches/compute_between.rs::bitpack
CodSpeed Performance Gauge
0%
35.9 µs
35.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.1, 0.5)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
0%
325.6 µs
324.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_indices[(1000, 256)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
0%
17.6 µs
17.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_indices[(10000, 1024)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
0%
17.8 µs
17.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_raw_prim_test_between[u64, 16384]
encodings/fastlanes/benches/compute_between.rs::primitive
CodSpeed Performance Gauge
0%
92.1 µs
91.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_indices[(100000, 4096)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
0%
18.4 µs
18.3 µs
1
2
3
4
5
...
55
Commits
Click on a commit to change the comparison range
Base
develop
9c8137e
-0.04%
implement `FixedSizeList` in python bindings
e27cf48
8 months ago
by connortsui20
+20.43%
Update vortex-python/test/test_fixed_size_list.py
54a4675
8 months ago
by connortsui20
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs