-
Notifications
You must be signed in to change notification settings - Fork 596
Closed
Labels
examplesIssues relating to the Rerun examplesIssues relating to the Rerun examples📉 performanceOptimization, memory use, etcOptimization, memory use, etc🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser
Description
We currently download the entire .rrd before we start parsing it. This means it can be a long delay before a user sees anything on e.g. https://demo.rerun.io
We are using my ehttp crate (since it works on both native and on wasm), so either we find an alternative to it, or we improve it to support chunked downloads.
Our re_log_encoding crate already supports streaming decoding of the .rrd file format.
Metadata
Metadata
Assignees
Labels
examplesIssues relating to the Rerun examplesIssues relating to the Rerun examples📉 performanceOptimization, memory use, etcOptimization, memory use, etc🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser