Skip to content
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

Check again how Memory-Mapped-Files can be used for resource-saving point-exchange between data generation and visualization #863

Open
griestopf opened this issue Nov 23, 2023 · 2 comments

Comments

@griestopf
Copy link
Member

No description provided.

@griestopf
Copy link
Member Author

griestopf commented Nov 23, 2023

Currently the points inside an octant are stored sparsely in a huge memory area which could hold all possible points inside an octant. This requires compacting the point list when it is needed by the visualization. Evaluate ideas how inside an octant the incoming points can be stored in an (unsorted) contiguous bulk-list of points which then can be passed directly (without active compacting) to the visualization. Approaches allowing this will need an additional index-array mapping the xyz-grid index to the position in the bulk list.

@ScottNorton
Copy link

ScottNorton commented Nov 23, 2023 via email

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

No branches or pull requests

2 participants