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

X/Y/Z unaligned #13

Open
abellgithub opened this issue Nov 12, 2020 · 0 comments
Open

X/Y/Z unaligned #13

abellgithub opened this issue Nov 12, 2020 · 0 comments

Comments

@abellgithub
Copy link
Collaborator

abellgithub commented Nov 12, 2020

Access of X/Y/Z could be slow because the tiler does not guarantee aligned storage. Not sure how to best address.

  • The data for all points could be loaded into column-based memory.
  • X/Y/Z could be stored by the tiler separately
  • The data could be padded (but this seems bad because of on-disk bloat).
  • Other ideas?
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