I test those ac-source one by one manually.
And also I have extension org-ac. Then they are more heavy.
And I open many big org files usually. So I found they are heavy.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://nagatopain-blog.logdown.com/


On Tue, Aug 5, 2014 at 8:54 PM, Sebastien Vauban <sva-news@mygooglest.com> wrote:
stardiviner wrote:
> I setup default =ac-sources= for auto-complete like this:
>
> #+BEGIN_SRC emacs-lisp
> (setq-default ac-sources
>               '(ac-source-yasnippet
>                 ac-source-abbrev
>                 ac-source-filename
>                 ac-source-files-in-current-dir
>                 ac-source-dictionary
>                 ac-source-words-in-same-mode-buffers
>                 ))
> #+END_SRC
>
> And I found =ac-source-dictionary= and =ac-source-words-in-same-mode-buffers= is
> heavy for Org-mode, So I try to remove them only in Org-mode.

Do you have some evidence of this?  Profiling with/without?  It'd be
interesting.

Other point: I'm surprised you don't have the source
`ac-source-words-in-buffer' (maybe instead of
`ac-source-words-in-same-mode-buffers')...

Best regards,
  Seb

--
Sebastien Vauban