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

RTree Max builder memory #92

Open
kylebarron opened this issue Jan 2, 2025 · 1 comment
Open

RTree Max builder memory #92

kylebarron opened this issue Jan 2, 2025 · 1 comment

Comments

@kylebarron
Copy link
Owner

kylebarron commented Jan 2, 2025

Add method that tells the maximum bytes of memory used in the builder process (including the hilbert values). Maybe this should be on the sort trait?

@kylebarron
Copy link
Owner Author

The hilbert values are u32, so it's just one extra buffer with 4 * numItems (not numNodes) length

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

1 participant