Skip to content

Commit

Permalink
Move the ingestion speed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 29, 2024
1 parent 56b6fd9 commit 44e8580
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ You can download a sample `.vrs` file from <https://www.projectaria.com/datasets
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/cpp-example-vrs/c13ed42c13ecb65b0ef689533c0525ab97471e21/1200w.png">
</picture>

**:warning: Out-of-order logging :warning:**

This example makes heavy use of out-of-order logging.

The speedups added in Rerun 0.13 slow down ingestion speed for out of order logs.
An update that makes the speedup work well in that case as well will come in the following release.
An update that fixes this is planned for 0.13.1. Follow the progress [here](https://github.com/rerun-io/rerun/issues/4810).

## Compile and run using `pixi`
The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi/overview).
Expand Down Expand Up @@ -60,6 +53,6 @@ We haven't tried getting this example working on Windows yet, because VRS has no


## Known limitations with Rerun
* 0.10.0 of the Rerun C++ SDK accidentally shipped with parts of it compiled in Debug build, making it unnecessarily slow. This will be fixed in [Rerun 0.10.1](https://github.com/rerun-io/rerun/milestone/11).
* Time-scalar plots are currently very slow in Rerun, something we're [actively working on](https://github.com/rerun-io/rerun/issues/374).
* [Points cloud sizes are limited](https://github.com/rerun-io/rerun/issues/3076), and [big point clouds are slow](https://github.com/rerun-io/rerun/issues/1136).
This example makes heavy use of out-of-order logging.
This leads to slow ingestion speeds in Rerun, especially for plots.
Follow the progress on this [here](https://github.com/rerun-io/rerun/issues/4810).

0 comments on commit 44e8580

Please sign in to comment.