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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: