Skip to content

Conversation

@4adex
Copy link
Contributor

@4adex 4adex commented Jul 9, 2025

KD Tree indexer implementation, somewhat taken from existing implementation in dev but refactored according to new structure and all tests passed.

Also removed unnecessary clones to optimize for performance.

@4adex 4adex mentioned this pull request Jul 11, 2025
@4adex 4adex requested a review from h4shk4t July 26, 2025 07:20
visited
}

pub fn print_kd_node(&self, depth: usize, is_left: bool) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this to a separate file as a utility function.

@4adex
Copy link
Contributor Author

4adex commented Nov 23, 2025

This is outdated by #51

@4adex 4adex closed this Nov 23, 2025
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.

3 participants