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
At some point we have to implement a trie that operates on a flat database layout. It might be appropriate to focus this on the binary trie implementation, if there is enough confidence that will come to pass. Alternatively, implementing it with the hexary trie lets us focus on things we are in control of now, and would likely be somewhat low effort to create a separate binary trie implementation later.
The text was updated successfully, but these errors were encountered:
At some point we have to implement a trie that operates on a flat database layout. It might be appropriate to focus this on the binary trie implementation, if there is enough confidence that will come to pass. Alternatively, implementing it with the hexary trie lets us focus on things we are in control of now, and would likely be somewhat low effort to create a separate binary trie implementation later.
The text was updated successfully, but these errors were encountered: