Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Sparse map update #14

Open
janapavlasek opened this issue May 10, 2022 · 0 comments
Open

Sparse map update #14

janapavlasek opened this issue May 10, 2022 · 0 comments

Comments

@janapavlasek
Copy link
Contributor

Instead of pushing the full map to the front end to draw (which is very slow and laggy), we should keep track of which indices of the map have been changed and only redraw those ones.

This could be accomplished with some efficient numpy calls (in the current Python implementation) and a draw function which draws by indices. We would still want to draw the full map the first time it is sent.

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

No branches or pull requests

1 participant