Avatar for the vortex-data user
vortex-data
vortex
BlogDocsChangelog

Performance History

Latest Results

Update C++ API for session-taking vx_array_from_arrow Array::from_arrow takes a Session; C header regenerated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/deprecate-arrow-arrays
1 minute ago
VarBin: build views straight into a VarBinViewBuilder Appending a `VarBin` array to a `VarBinViewBuilder` canonicalized it first, which built the views, wrapped them in a `VarBinViewArray` the builder immediately unwrapped, and then had `append_varbinview_array` rewrite every view to rebase its buffer index onto the builder's. Number the buffer up front instead: `varbin_decode_views` takes the index the pushed buffer will land at, so the views come out already correct and the append is one view per row plus a buffer push. `varbin_to_canonical` now shares that helper, which also shrinks what `match_each_integer_ptype!` duplicates. A builder configured to compact still goes the canonical route — it chooses per buffer whether to keep, slice or rewrite it by measuring the finished views, and `push_buffer_and_adjusted_views` would bypass that. chunk_array_builder, fastest of 100 samples, 3 runs each: | benchmark (rows x chunks) | before | after | speedup | | ------------------------------------- | ------- | ------- | ------- | | varbin_to_varbinview_builder 10x1000 | 313 µs | 204 µs | 1.53x | | varbin_to_varbinview_builder 100x100 | 87.3 µs | 69.5 µs | 1.26x | | varbin_to_varbinview_builder 1000x10 | 58.6 µs | 54.8 µs | 1.07x | | varbin_opt_to_varbinview_bldr 10x1000 | 378 µs | 266 µs | 1.42x | | varbin_into_canonical 10x1000 | 357 µs | 253 µs | 1.41x | The last row is the control: it never touches the builder, so its gain is from the shared-helper extraction alone. Relative to it, the append itself drops from 0.88x to 0.81x of a canonicalization. Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/varbin-to-varbinview-builder
15 minutes ago
Merge branch 'develop' into nemo/geo-scalar-execution
nemo/geo-scalar-execution
20 minutes ago

Latest Branches

CodSpeed Performance Gauge
0%
feat(vortex-geo): add area scalar function#9203
3 hours ago
9ba67c9
nemo/geo-area
CodSpeed Performance Gauge
-12%
5 days ago
9ba66f9
rk/varbin-to-varbinview-builder
CodSpeed Performance Gauge
-30%
38 minutes ago
f057cbe
nemo/geo-scalar-execution
© 2026 CodSpeed Technology
Home Terms Privacy Docs