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

Additional MMaps implementations using efficient trees #8

Open
Tracked by #143
palmskog opened this issue Jan 1, 2023 · 0 comments
Open
Tracked by #143

Additional MMaps implementations using efficient trees #8

palmskog opened this issue Jan 1, 2023 · 0 comments

Comments

@palmskog
Copy link
Member

palmskog commented Jan 1, 2023

The paper Efficient Extensional Binary Trees by Appel and Leroy and its accompanying Coq sources describe the following efficient trees which could implement the MMaps interface:

  • binary tries, using a canonical first-order representation; another minimalistic implementation here
  • binary Patricia trees from section 12.3 of Functional algorithms, verified! by T. Nipkow et al. Not extensional.
  • trie data structure with sparse, 256-degree nodes that branch on the next character of the string.
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