Skip to content

Conversation

@danking
Copy link
Contributor

@danking danking commented Jan 8, 2026

No description provided.

@danking danking requested a review from robert3005 January 8, 2026 21:40
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 8, 2026

CodSpeed Performance Report

Merging this PR will improve performance by 10.71%

Comparing dk/tree-no-metadata (c1dcf82) with develop (1ef15f1)

Summary

⚡ 1 improved benchmark
✅ 1253 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
binary_search_vortex 904.7 ns 817.2 ns +10.71%

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 0% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.89%. Comparing base (6a9f07a) to head (c1dcf82).
⚠️ Report is 23 commits behind head on develop.

Files with missing lines Patch % Lines
vortex-array/src/display/tree_no_metadata.rs 0.00% 35 Missing ⚠️
vortex-array/src/display/mod.rs 0.00% 4 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@joseph-isaacs joseph-isaacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not against this, just not sure we want to open up str eq as the best way to do array encoding equality

DisplayArrayAs(self, options)
}

/// Display the tree of array encodings and lengths without metadata or buffers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and stats?

/// assert_eq!(format!("{}", array.display_tree_no_metadata()), expected);
/// ```
pub fn display_tree_no_metadata(&self) -> impl Display {
DisplayArrayAs(self, DisplayOptions::TreeNoMetadataDisplay)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think we want to make these option compose so you can take any subset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants