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

Use a trie implementation from crates.io #3

Open
mattico opened this issue Nov 12, 2017 · 0 comments
Open

Use a trie implementation from crates.io #3

mattico opened this issue Nov 12, 2017 · 0 comments

Comments

@mattico
Copy link
Owner

mattico commented Nov 12, 2017

The current InvertedIndex and DocumentStore implementations are direct ports of the javascript ones. Rather than stick with a nested HashMap, it would be more efficient and more elegant to use a native trie implementation. (As long as it doen't make Serialization much worse)

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

No branches or pull requests

1 participant