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

PABLO: store Morton number instead of octant's coordinates #104

Merged
merged 8 commits into from
Apr 13, 2021

Conversation

andrea-iob
Copy link
Member

Instead of storing octant's coordinates, we can store the Morton number. This allows to reduce PABLO memory footprint and speeds up neighbour search.

(This branch starts from PABLO.optimize.find.neighbours.)

Copy link
Member

@edoardolombardi edoardolombardi left a comment

Choose a reason for hiding this comment

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

If this modifications in general increase the performances, for me the implementation it's ok. I checked out tests and bubbles examples.

@andrea-iob andrea-iob merged commit 4166e8e into master Apr 13, 2021
@andrea-iob andrea-iob deleted the PABLO.store.morton branch April 13, 2021 16:06
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