Implement ChunkStore and integrate it everywhere#6570
Merged
Conversation
Contributor
Deployed docs
|
d647ab2 to
d27cbd5
Compare
d27cbd5 to
83d9019
Compare
b38a0e9 to
801ef7e
Compare
Contributor
Author
|
@rerun-bot full-check |
Contributor
|
Started a full build: https://github.com/rerun-io/rerun/actions/runs/9550919972 |
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
Contributor
jleibs
left a comment
There was a problem hiding this comment.
Really like how this turned out. Very nice work.
teh-cmc
commented
Jun 24, 2024
5993e19 to
ab759fe
Compare
7e789be to
1e24a6b
Compare
Contributor
Author
|
@rerun-bot full-check |
Contributor
|
Started a full build: https://github.com/rerun-io/rerun/actions/runs/9745909133 |
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") | |||
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.
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.