]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
notmuch search: Return first 100 results as quickly as possible.
authorCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 03:11:05 +0000 (19:11 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 03:11:05 +0000 (19:11 -0800)
This is one of those cases where total time is not the metric of
interest. We increase the total time of the search, (by doing some
redundant work for the initial threads). But more significantly, we
give the user *some* results nearly instantaneously, (so that the user
might see the result of interest without ever even waiting for the
complete results to come in).


No differences found