Re: [Zim-wiki] zim search speedup

2014-10-22 Thread Jaap Karssenberg
Hi Sylvian, My apologies for the late response. Can you be more specific what is slowing down? I guess it is search, but maybe you see other things as well? All search code is in zim/search.py as you may have expected :) What may help you is to use specific search keywords to narrow down the

[Zim-wiki] zim search speedup

2014-10-05 Thread Sylvain Viart
Hi, My notebook is becoming a bit slow (may be my laptop is slow too) find Notes/ -name \*.txt -print0| wc --files0-from=- |tail -1 20516 164033 1200426 total Could you point me where is the search code of zim, so I can have a look at which algorithm it uses. Regards, Sylvain.