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

Memory usage handling of huge maps #18

Open
ylee079 opened this issue Nov 3, 2023 · 1 comment
Open

Memory usage handling of huge maps #18

ylee079 opened this issue Nov 3, 2023 · 1 comment

Comments

@ylee079
Copy link

ylee079 commented Nov 3, 2023

Thank you for creating this wonderful project! I am just wondering how would your implementation handle building large maps for example a 300 m by 300 m by 5 m voxel grid. Assuming one grid only holds a float value.

@facontidavide
Copy link
Owner

Your only limitation is the physical RAM memory on your computer. Voxel resolution?

Try and check the amount of memory being used (there is a method for that)

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