-
Notifications
You must be signed in to change notification settings - Fork 398
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
Implement ChunkStore and integrate it everywhere #6570
Conversation
Deployed docs
|
d647ab2
to
d27cbd5
Compare
d27cbd5
to
83d9019
Compare
b38a0e9
to
801ef7e
Compare
@rerun-bot full-check |
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
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.
5993e19
to
ab759fe
Compare
7e789be
to
1e24a6b
Compare
@rerun-bot full-check |
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
@@ -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") |
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
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
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.