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

Generate an infohash reducing the dimentionality of vector coming in from PeARS #13

Open
nandajavarma opened this issue Jan 10, 2024 · 0 comments

Comments

@nandajavarma
Copy link
Member

KD-tree implementation that was initially expected to solve the search on multidimentional keys in a network was a failure since the tree cannot be updated online. If we use that datastructure, the idea is that the tree will be generated initially at the beginning with all the data points and then we can lookup easily afterwards. But we cannot add new data to that network again.

This means that, we have to stick with the PHT trie structure for now. As for the initial testing, we can try using a simple z-curve linearization algorithm on our vector.

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