vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Add FSSTView encoding: a ListView-style FSST array
#8191
Comparing
claude/fsstview-conversion-floor-kRAeg
(
d1418cf
) with
develop
(
f7294db
)
CodSpeed Performance Gauge
-11%
Regression
1
Untouched
1274
New
8
Unknown Walltime execution environment detected
Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data. For the most accurate results, we recommend using
CodSpeed Macro Runners
: bare-metal machines fine-tuned for performance measurement consistency.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
New
Untouched
1283 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
baseline_lt[16, 65536]
encodings/fastlanes/benches/bitpack_compare.rs
CodSpeed Performance Gauge
-11%
217.4 µs
245.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chain_fsst[FewLong]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chain_view[FewLong]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
893.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
single_filter_fsst[ManyShort]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
2.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
single_filter_view[ManyShort]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chain_fsst[ManyShort]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
17.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chain_view[ManyShort]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
13.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
single_filter_fsst[FewLong]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
421.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
single_filter_view[FewLong]
encodings/fsst/benches/fsst_view_compute.rs
CodSpeed Performance Gauge
N/A
N/A
322.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
cuda/runend_100runs/dispatch_u32[100M]
vortex-cuda/benches/dynamic_dispatch_cuda.rs::benches::benchmark_dynamic_dispatch::cuda
CodSpeed Performance Gauge
+7%
894 µs
836.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
baseline_eq[4, 65536]
encodings/fastlanes/benches/bitpack_compare.rs
CodSpeed Performance Gauge
+3%
184.8 µs
179.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_canonical_into[u32, (1000, 10, 100)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+3%
657.9 µs
640.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_canonical_into[f32, (1000, 100, 100)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+3%
667.8 µs
650.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_into_canonical[u32, (1000, 100, 100)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+2%
713.6 µs
696.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
+2%
111.3 µs
108.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
rank_single[(1024, 0.1)]
vortex-mask/benches/rank.rs
CodSpeed Performance Gauge
+2%
1.5 µs
1.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
rank_single[(1024, 0.9)]
vortex-mask/benches/rank.rs
CodSpeed Performance Gauge
+2%
1.5 µs
1.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_varbinview[(1000, 2)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+2%
200.1 µs
196.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_varbin[(1000, 512)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+2%
221.9 µs
218.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
rank_single[(16384, 0.9)]
vortex-mask/benches/rank.rs
CodSpeed Performance Gauge
+2%
1.8 µs
1.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_primitives[u8, (1000, 4)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+2%
62 µs
61.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
rank_single[(16384, 0.1)]
vortex-mask/benches/rank.rs
CodSpeed Performance Gauge
+1%
2 µs
2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
chunked_dict_primitive_into_canonical[f64, (1000, 1000, 100)]
vortex-array/benches/chunked_dict_builder.rs
CodSpeed Performance Gauge
+1%
1.3 ms
1.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
encode_primitives[u8, (1000, 2)]
vortex-array/benches/dict_compress.rs
CodSpeed Performance Gauge
+1%
63.4 µs
62.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
decompress[u16, (1000, 16)]
encodings/runend/benches/run_end_compress.rs
CodSpeed Performance Gauge
+1%
20.5 µs
20.2 µs
1
2
3
4
5
...
52
Commits
Click on a commit to change the comparison range
Base
develop
f7294db
-11.37%
FSSTView: inline the metadata PType getters, drop a stale comment
d1418cf
3 days ago
by claude
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs