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 trie? #4

Open
eroux opened this issue Sep 1, 2015 · 1 comment
Open

use trie? #4

eroux opened this issue Sep 1, 2015 · 1 comment

Comments

@eroux
Copy link
Contributor

eroux commented Sep 1, 2015

I think it would be more efficient to use a trie instead of an array for the data, I think it would be more efficient in terms of lookup time, and maybe in terms of memory too (I have to make some experiments about that). Would that be ok if I try that in a branch?

@yapcheahshen
Copy link

sure! please proceed.

2015-09-01 17:12 GMT+08:00 Elie Roux [email protected]:

I think it would be more efficient to use a trie
https://en.wikipedia.org/wiki/Trie instead of an array for the data, I
think it would be more efficient in terms of lookup time, and maybe in
terms of memory too (I have to make some experiments about that). Would
that be ok if I try that in a branch?


Reply to this email directly or view it on GitHub
#4.

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