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

Sorting Techniques #4

Open
sjkelly opened this issue Nov 2, 2019 · 2 comments · Fixed by #9
Open

Sorting Techniques #4

sjkelly opened this issue Nov 2, 2019 · 2 comments · Fixed by #9

Comments

@sjkelly
Copy link
Member

sjkelly commented Nov 2, 2019

Ideas to reduce the cache pressure during point lookup:

where:

  • Perform initially
  • Perform between iterations upon some criteria being met

what:

  • binning
  • KD Trees
@sjkelly
Copy link
Member Author

sjkelly commented Nov 19, 2019

brio-hilbert

@sjkelly sjkelly mentioned this issue Nov 30, 2019
@sjkelly sjkelly reopened this Jan 25, 2020
@sjkelly
Copy link
Member Author

sjkelly commented Jan 25, 2020

I realize the sorting is not multiscale. This should be multiscale hilbert sort, not just pure hilbert.

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 a pull request may close this issue.

1 participant