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

KnnGraph: replace flag table by set #104

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Conversation

nmellado
Copy link
Contributor

@nmellado nmellado commented Aug 3, 2023

Change internal implementation of the visited flag table: all points visited by the knn graphs are stored in a set, instead a fixed-size flag table.
This avoids to allocate tables of the size of the point cloud for each query.

@nmellado nmellado changed the title [SpatialPartitioning] Replace flag table by set Refactor KdTree sampling wrt to knngraph Aug 3, 2023
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Stale pull request message

@nmellado nmellado force-pushed the refactor_kdtree_knngraph branch from e007761 to e8704c7 Compare October 3, 2023 13:09
@nmellado nmellado changed the title Refactor KdTree sampling wrt to knngraph KnnGraph: replace flag table by set Oct 3, 2023
@nmellado nmellado marked this pull request as ready for review October 3, 2023 13:20
@nmellado nmellado force-pushed the refactor_kdtree_knngraph branch from baf3cdd to dec208d Compare October 3, 2023 21:04
@nmellado nmellado force-pushed the refactor_kdtree_knngraph branch from dec208d to 811115c Compare October 4, 2023 10:34
@nmellado nmellado merged commit d2cda83 into master Oct 5, 2023
12 checks passed
@nmellado nmellado deleted the refactor_kdtree_knngraph branch October 5, 2023 10:30
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

Successfully merging this pull request may close these issues.

2 participants