From d1f6f5ec4c4cce218856bba165c4c161dbb2eacc Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 8 Aug 2024 14:41:34 +0200 Subject: [PATCH] Drive-by: update list of shortcomings in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 159b5e902d344..a6337a1b9b40a 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ We are in active development. There are many features we want to add, and the API is still evolving. _Expect breaking changes!_ -Current shortcomings that we are working on: +Some shortcomings: * [Multi-million point clouds are slow](https://github.com/rerun-io/rerun/issues/1136) -* [Logging many tiny things (e.g. scalars) has a lot of overhead](https://github.com/rerun-io/rerun/issues/5967) +* [The viewer slows down where there are too many entities](https://github.com/rerun-io/rerun/issues/7115) * The data you want to visualize must fit in RAM - See for how to bound memory use. - We plan on having a disk-based data store some time in the future.