-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce legacy shims and migrate DataCell to re_types::Component (#…
…2752) ### What This started off with migrating DataCell to use Component instead of the arrow2-convert. However, the type-conversion of ComponentName caused some pretty significant ripples. Also, the Component-related traits bounds are still pretty annoying, so definitely some cleanup to be done here. ### TODO: - [x] Explore benchmarks to see how much of a regression this is causing - [x] Sort out the short_name / full_name trait stuff for ComponentName - [x] Verify the size-increases are inline with expectations - [x] ~~See if we can cut down on the `Primary: std::convert::Into<std::borrow::Cow<'a, Primary>>` trait-bounds.~~ - [x] Errors about not finding expected components when running demos. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2752) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2752) - [Docs preview](https://rerun.io/preview/pr%3Ajleibs%2Fhope_legacy_shims/docs) - [Examples preview](https://rerun.io/preview/pr%3Ajleibs%2Fhope_legacy_shims/examples)
- Loading branch information
Showing
170 changed files
with
1,436 additions
and
1,289 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
8bad645
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.arrow_mono_points/query
1372089
ns/iter (± 5814
)936852
ns/iter (± 2289
)1.46
arrow_batch_points/query
43686
ns/iter (± 71
)12401
ns/iter (± 7
)3.52
arrow_batch_vecs/query
1236247
ns/iter (± 11267
)316997
ns/iter (± 484
)3.90
This comment was automatically generated by workflow using github-action-benchmark.