feat(row): support remaining ordered dtypes - #9553
Draft
gatesn wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Nicholas Gates <nick@nickgates.com>
Merging this PR will not alter performance
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| 🆕 | Simulation | list_i64_arrow_row |
N/A | 1.7 ms | N/A |
| 🆕 | Simulation | list_i64_vortex |
N/A | 2.2 ms | N/A |
| 🆕 | Simulation | list_utf8_arrow_row |
N/A | 3.4 ms | N/A |
| 🆕 | Simulation | list_utf8_vortex |
N/A | 4.1 ms | N/A |
Comparing ngates/vortex-row-dtype-support (41da939) with develop (332ae0b)
Footnotes
-
54 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Signed-off-by: Nicholas Gates <nick@nickgates.com>
gatesn
force-pushed
the
ngates/vortex-row-dtype-support
branch
from
August 23, 2026 00:52
95f3eb6 to
41da939
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
List<i64>andList<Utf8>throughput and output-size benchmarks againstarrow-rowStack
Baseline benchmarks
cargo bench -p vortex-row --bench row_encode -- --output-sizesList<i64>List<Utf8>Local median encode times with 1,000 lists of 8 elements:
List<i64>List<Utf8>Testing
cargo test -p vortex-rowcargo check -p vortex-row --bench row_encodecargo clippy -p vortex-row --all-targets --all-featurescargo check -p vortex-fuzz --no-default-features --libcargo +nightly fmt --all -- --checkgit diff --check