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

Succinct trie #23

Open
daniel-j-h opened this issue Jul 24, 2021 · 1 comment
Open

Succinct trie #23

daniel-j-h opened this issue Jul 24, 2021 · 1 comment

Comments

@daniel-j-h
Copy link
Member

We need a succinct trie to compress a hierarchy of cells where we cover graph nodes based on their location.

The cells could then look like quadkeys, recursively dividing the space.

Neighboring cells

  • 120230
  • 120231
  • 120232
  • 120233

and their parent cell 12023.

With a succinct tree we can efficiently store this hierarchy in a compact way.

See https://labs.mapbox.com/what-the-tile/

Here is a good introduction http://stevehanov.ca/blog/?id=120

Depends on rank/select for trie traversal

@daniel-j-h
Copy link
Member Author

Fast Compressed Tries through Path Decompositions could be interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant