vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
fix: correctly handle schema evolution in DF
#5555
Closed
Comparing
aduffy/fix-schema-adapters
(
0cd1a7d
) with
develop
(
91a62f3
)
CodSpeed Performance Gauge
0%
Untouched
818
Archived
957
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Archived
1775 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10_contiguous
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
+3%
26.5 µs
25.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.005, 0.5)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
+2%
1.4 ms
1.4 ms
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
+1%
2.9 µs
2.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.005, 0.1)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
+1%
326.8 µs
324.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (1000, 0.0, 1.0)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+1%
9.2 µs
9.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (1000, 0.0, 0.25)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+1%
9.2 µs
9.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (1000, 0.0, 0.95)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+1%
9.3 µs
9.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
dict_compress_string
vortex/benches/single_encoding_throughput.rs
CodSpeed Performance Gauge
+1%
159.4 ms
158.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_map[(0.01, 1.0)]
vortex-array/benches/take_patches.rs
CodSpeed Performance Gauge
+1%
2.8 ms
2.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push_n_vortex_buffer[u32, 1024]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
+1%
5.4 µs
5.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f64, (1000, 0.0, 1.0)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
12 µs
11.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f64, (1000, 0.0, 0.25)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
12 µs
11.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f64, (1000, 0.0, 0.95)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
12.1 µs
12 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10_stratified
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
25.8 µs
25.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push_n_vortex_buffer[u32, 2048]
vortex-buffer/benches/vortex_buffer.rs
CodSpeed Performance Gauge
0%
7.2 µs
7.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
0%
1.3 ms
1.3 ms
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%
361.1 µs
359.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
take_10k_contiguous
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
250.3 µs
249.5 µ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%
31.3 µs
31.2 µ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%
40.2 µs
40.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (10000, 0.0, 1.0)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
27.8 µs
27.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (10000, 0.0, 0.95)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
27.9 µs
27.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_alp[f32, (10000, 0.0, 0.25)]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
0%
27.9 µs
27.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
new_bp_prim_test_between[i32, 2048]
encodings/fastlanes/benches/compute_between.rs::bitpack
CodSpeed Performance Gauge
0%
42.7 µs
42.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
patched_take_10k_adversarial
encodings/fastlanes/benches/bitpacking_take.rs
CodSpeed Performance Gauge
0%
2.4 ms
2.4 ms
1
2
3
4
5
...
71
Commits
Click on a commit to change the comparison range
Base
develop
91a62f3
+17.18%
last
b9efe82
5 months ago
by a10y
0%
fix lints and license
abfadb0
5 months ago
by a10y
0%
docs
c79419a
5 months ago
by a10y
-17.19%
add two more tests
0cd1a7d
5 months ago
by a10y
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs