DevTools: introduce Trie data structure
This patch introduces uncompressed Trie implementation. Trie comes handy to quickly answer questions of type "give me all words with given prefix". Text editor autocomplete benefits immediately from the trie index. The automapping algorithm prototype also relies heavily on the trie to quickly query file paths. The performance and memory analysis of the implementation: https://goo.gl/UdgS4H BUG=none R=dgozman, pfeldman Review-Url: https://codereview.chromium.org/2385093002 Cr-Commit-Position: refs/heads/master@{#422663}
Showing
Please register or sign in to comment