Skip to content

Commit

Permalink
Do some expectation management in main README.md (rerun-io#1284)
Browse files Browse the repository at this point in the history
* Do some expectation management in main README.md

* less typos and childish emojis

Co-authored-by: Clement Rey <[email protected]>

---------

Co-authored-by: Clement Rey <[email protected]>
  • Loading branch information
emilk and teh-cmc authored Feb 14, 2023
1 parent 4c8b7b7 commit c880b73
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,19 @@ You should now be able to run `rerun --help` in any terminal.
- 🦀 [Rust API docs](https://docs.rs/rerun/)


## Status
We are in early beta.
There are many features we want to add, and the API is still evolving.
_Expect breaking changes!_

## Shortcomings
Some shortcomings:
* Big points clouds (1M+) are slow ([#1136](https://github.com/rerun-io/rerun/issues/1136))
* The data you want to visualize must fit in RAM.
- See <https://github.com/rerun-io/rerun/issues/1138> for how to bound memory use
- We plan on having a disk-based data store some time in the future
- Additionally, Rerun is using more memory than it should at the moment ([#1242](https://github.com/rerun-io/rerun/pull/1242))
* The Rust library takes a long time to compile
- We have way too many big dependencies, and we are planning on improving the situation.


## Business model
Expand Down

0 comments on commit c880b73

Please sign in to comment.