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

add succinct data structures #13

Open
KirillLykov opened this issue Mar 15, 2023 · 1 comment
Open

add succinct data structures #13

KirillLykov opened this issue Mar 15, 2023 · 1 comment

Comments

@KirillLykov
Copy link

It looks like using succinct data structures in this context might be a good fit. Especially, if you are looking for tries, filters with range queries functionality.

@jarry-xiao
Copy link
Collaborator

Definitely would be interested in external contributors who want to take a stab at writing other data structures that fit this paradigm. It's written to be generic, so it shouldn't be limited to only blockchain related applications (but fits nicely with general embedded systems programming).

Would be cool to see:

  • Trie
  • BTreeMap
  • Generic DAG (or undirected)

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

2 participants