You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: