The Pruning Radix Trie is a novel data structure, derived from a radix trie — but 3 orders of magnitude faster. After I published SymSpell, a very fast spelling correction algorithm, I have been frequently asked whether it can be used for auto-completion as well. Unfortunately, despite its speed, SymSpell…