-
Notifications
You must be signed in to change notification settings - Fork 614
Implement ChunkStore and integrate it everywhere #6570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
d647ab2 to
d27cbd5
Compare
d27cbd5 to
83d9019
Compare
b38a0e9 to
801ef7e
Compare
Member
Author
|
@rerun-bot full-check |
801ef7e to
06f9efb
Compare
a8e7f95 to
239c1b4
Compare
239c1b4 to
28a8415
Compare
bcdb2a4 to
787a1eb
Compare
teh-cmc
commented
Jun 21, 2024
teh-cmc
commented
Jun 21, 2024
teh-cmc
commented
Jun 21, 2024
teh-cmc
commented
Jun 21, 2024
jleibs
approved these changes
Jun 21, 2024
Member
jleibs
left a comment
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.
Really like how this turned out. Very nice work.
teh-cmc
commented
Jun 24, 2024
5993e19 to
ab759fe
Compare
7e789be to
1e24a6b
Compare
Member
Author
|
@rerun-bot full-check |
ab759fe to
f509c85
Compare
56207f3 to
6b42567
Compare
6b42567 to
d304e97
Compare
Wumpf
reviewed
Oct 18, 2024
| @@ -12,7 +12,8 @@ use rerun::{ | |||
| const NUM_POINTS: usize = 100; | |||
|
|
|||
| fn main() -> Result<(), Box<dyn std::error::Error>> { | |||
| let rec = rerun::RecordingStreamBuilder::new("rerun_example_dna_abacus").spawn()?; | |||
| let rec = rerun::RecordingStreamBuilder::new("rerun_example_dna_abacus") | |||
Member
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.
This looks like whoopsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
include in changelog
📉 performance
Optimization, memory use, etc
⛃ re_datastore
affects the datastore itself
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.
Implements the new chunk store and integrates it all over the place.
The highest-level query APIs and caches are unchanged -- for now.
LogMsg#1894Requires 0.17 to be branched off of main before merging.
Checklist
mainbuild: rerun.io/viewernightlybuild: rerun.io/viewerTo run all checks from
main, comment on the PR with@rerun-bot full-check.