ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

[TODO] try cpp implementation, compare features, performance #11

Open roxma opened 6 years ago

roxma commented 6 years ago

https://github.com/ncm2/ncm2-libclang

The c++ interface of clang library is more powerful, for example, it has accurate compile argument parsing. It's probably faster when there're tens of thousnds of matches for global variable completion.