vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat: teach ALPRDArray how to append_to_builder
#6664
Comparing
dk/alprd-decode-into-builder
(
e14125a
) with
develop
(
0cb3900
)
CodSpeed Performance Gauge
-13%
Improvement
5
Regression
1
Untouched
948
Skipped
1466
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Improvement
Untouched
Skipped
2420 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_varbin[(10000, 2)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
-13%
1.4 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_rd[f32, 100000]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+96%
1,873.2 µs
955.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_rd[f64, 100000]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+64%
2.3 ms
1.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_rd[f32, 10000]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+56%
256 µs
164.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress_rd[f64, 10000]
encodings/alp/benches/alp_compress.rs
CodSpeed Performance Gauge
+52%
260.7 µs
171.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
alp_rd_decompress_f64
vortex/benches/single_encoding_throughput.rs
CodSpeed Performance Gauge
+48%
27.4 ms
18.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decode_primitives[f32, (1000, 4)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+3%
23.8 µs
23.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
compress[(10000, 4)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+3%
298.6 µs
290.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
compress[(100000, 4)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+3%
3 ms
2.9 ms
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
+2%
13.8 µs
13.5 µ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
+2%
13.6 µs
13.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_canonical_into[f64, (1000, 10, 10)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+2%
135.7 µs
133.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
compress[(1000, 256)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+2%
60.3 µs
59.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decode_varbin[(1000, 4)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+2%
34.1 µs
33.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_into_canonical[u64, (1000, 10, 10)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+1%
147 µs
144.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_into_canonical[f64, (1000, 100, 10)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+1%
150.2 µs
148.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_primitives[i64, (1000, 512)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+1%
224.5 µs
221.8 µ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
+1%
320.5 µs
316.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_canonical_into[u64, (1000, 10, 10)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+1%
135.2 µs
133.7 µ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%
10.8 µs
10.7 µ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%
10.9 µs
10.7 µ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%
10.9 µs
10.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
dict_compress_string
vortex/benches/single_encoding_throughput.rs
CodSpeed Performance Gauge
+1%
141.8 ms
140.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress[u16, (1000, 256)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+1%
19.2 µs
19 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_canonical_into[f64, (1000, 1000, 10)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+1%
172.3 µs
170.7 µs
1
2
...
97
Commits
Click on a commit to change the comparison range
Base
develop
0cb3900
-12.89%
feat: teach ALPRDArray how to append_to_builder
e14125a
17 hours ago
by danking
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs