vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Retry CI
claude/plan-mojo-simd-kernels-IDywB
2 hours ago
Update dependency pyarrow to v23 [SECURITY]
renovate/pypi-pyarrow-vulnerability
3 hours ago
docs(vortex-array): avoid intra-doc links to the unmerged Merge type The Interleave module docs linked to `Merge`, which does not exist on `develop` (it lives in a separate, not-yet-merged PR). Under `-D rustdoc::broken-intra-doc-links` this failed the docs build. Demote the references to plain code spans so the docs build standalone. Signed-off-by: Claude <noreply@anthropic.com>
claude/interleave-method-6BEge
6 hours ago
refactor(vortex-array): drop boolean Interleave selector; always unsigned Removes the boolean two-value `array_indices` special case from the `Interleave` encoding. `array_indices` is now always a non-nullable unsigned integer indexing into `values`, unifying selector validation in `check` (which remains the single source of truth used by both `try_new` and `validate`). With the boolean selector gone, the boolean-value execute kernel now implements the (previously panicking) integer-selector path directly: it gathers `N` boolean values routed by unsigned `array_indices` / `row_indices`, so multi-value interleaves execute end to end. Tests are updated to build unsigned selectors and now cover a three-value random-access gather. Signed-off-by: Claude <noreply@anthropic.com>
claude/interleave-method-6BEge
6 hours ago
chore(vortex-array): TODO for merge expression builtin Note in ExprBuiltins that a `merge` expression builtin still needs to be added to mirror ArrayBuiltins::merge. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/vortex-merge-function-type-CriOI
6 hours ago
fix(vortex-array): docs link and merge builtin signature Drop the intra-doc link to the private `execute` module from the public Merge module docs (rustdoc -D private-intra-doc-links). Take the branches in ArrayBuiltins::merge as an `impl IntoIterator<Item = ArrayRef>` instead of a Vec. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/vortex-merge-function-type-CriOI
7 hours ago
feat(vortex-array): add merge to ArrayBuiltins, tidy Merge docs Expose the merge operation via ArrayBuiltins::merge, where `self` is the selector (mirroring zip, whose `self` is the mask). Also reword the module docs to drop the "mux" terminology. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/vortex-merge-function-type-CriOI
7 hours ago
Halve listview zip bench LEN to stay under CodSpeed simulation budget CodSpeed's instruction-count simulation runs ~10x local walltime, putting the 8192-list bench at ~550us there. Drop to 4096 lists so each case stays well under a few hundred microseconds in CI while still exercising the select. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/wizardly-carson-6Cixf
10 hours ago
Latest Branches
CodSpeed Performance Gauge
-11%
Update dependency pyarrow to v23 [SECURITY]
#8278
3 hours ago
6c7c992
renovate/pypi-pyarrow-vulnerability
CodSpeed Performance Gauge
+15%
feat(vortex-array): add Interleave array encoding
#8277
6 hours ago
65b6a4c
claude/interleave-method-6BEge
CodSpeed Performance Gauge
-23%
implement merge skeleton
#8276
7 hours ago
23626a5
claude/vortex-merge-function-type-CriOI
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs