Skip to content

More efficiently update User Bounding Boxes #7604

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

Open
fm3 opened this issue Feb 5, 2024 · 3 comments · May be fixed by #8492
Open

More efficiently update User Bounding Boxes #7604

fm3 opened this issue Feb 5, 2024 · 3 comments · May be fixed by #8492

Comments

@fm3
Copy link
Member

fm3 commented Feb 5, 2024

Currently each update action contains the whole list. We should probably use incremental updates instead, like with skeletons.

This will also interact with live collaboration, where we may have to redesign some update actions.

We may also want to consider lazily applying volume update actions on the proto (needs to be carefully considered though, has other effets) (That’s already done now with #7839 )

@MichaelBuessemeyer
Copy link
Contributor

We may also want to consider lazily applying volume update actions on the proto (needs to be carefully considered though, has other effets)

I'd put this in another issue

@fm3
Copy link
Member Author

fm3 commented Apr 1, 2025

lazily applying volume update actions

That’s actually done now with #7839

@MichaelBuessemeyer MichaelBuessemeyer linked a pull request Apr 1, 2025 that will close this issue
14 tasks
@MichaelBuessemeyer
Copy link
Contributor

@knollengewaechs I started working on this a little in PR #8492. Could you please take over the frontend part?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants