kbobyrev planned changes to this revision.
kbobyrev added a comment.

This patch is in preview mode and can be useful for the discussion. It's not 
functional yet, but this will be changed in the future.

The upcoming changes would allow handling short queries introduced in 
https://reviews.llvm.org/D50337 in a more efficient manner.

@ioeric proposed to generate unigrams for the first letter of the identifier so 
that the index would only perform prefix match for one-letter completion 
requests, which I think would be a great performance improvement.


https://reviews.llvm.org/D50517



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to