]> code.delx.au - gnu-emacs-elpa/commit
company-clang--start-process: Bind process-adaptive-read-buffering to nil
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 7 Dec 2014 02:59:15 +0000 (04:59 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 7 Dec 2014 02:59:15 +0000 (04:59 +0200)
commit62d1f374e53b63bc1c342a727ca7384803e3ba49
tree27d0c8b9f852ab948ba06354fef0c953ba29ebc0
parent0cdcd07bf7799f65bf14a613e8e1f4f1baef6208
company-clang--start-process: Bind process-adaptive-read-buffering to nil

This speeds up completion on my system when a lot of candidates are returned, by
a factor of 2.5 (#228).

Inspired by https://github.com/Sarcasm/irony-mode/issues/131#issuecomment-60008803.
company-clang.el