Sarcasm / company-irony

company-mode completion back-end for irony-mode
118 stars 11 forks source link

company-irony's complete speed vs company-clang's #33

Closed tshu-w closed 7 years ago

tshu-w commented 7 years ago

I use company-clang to complete but I find it's very slow (2s+) and I find answer in this issues

company-clang uses the clang program for completion, and it's slow in nontrivial C++ projects (C++ is generally hard to parse, the standard library is larger, etc).

As one of the alternative backends, I wonder the company-irony complete speed.

Sarcasm commented 7 years ago

It all depends on what you are completing, but company-irony should be faster.

tshu-w commented 7 years ago

As a novice, just standard library. Thx you reply, I will have a try.