<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - file rendered too slow (and searching extremely slow)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=30688#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - file rendered too slow (and searching extremely slow)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=30688">bug 30688</a>
from <span class="vcard"><a class="email" href="mailto:srousseau@vaudoise.ch" title="srousseau@vaudoise.ch">srousseau@vaudoise.ch</a>
</span></b>
<pre>OK I will try to look into it.
Not really my area, but I can take some time.
Just for the record.
With version 0.12.4 :
time find . -name '*10.12.2015*.pdf' -exec sh -c 'pdftotext "{}" - | grep
--with-filename --label="{}" --color "Archivage documentaire"' \;
real 2m14.163s
user 0m55.425s
sys 0m11.211s
With version 0.39.0 :
time find . -name '*10.12.2015*.pdf' -exec sh -c 'pdftotext "{}" - | grep
--with-filename --label="{}" --color "Archivage documentaire"' \;
real 5108m21.180s
user 4237m23.460s
sys 54m20.175s
Test realized on the exact same set of PDF files.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>