]> git.notmuchmail.org Git - notmuch/commit
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)
commit5dec429f457c5b387a43802a32ef3192592c425d
tree51bff0f8e3bec504ed37f7c81503efab42a785ec
parent8b23a828c250c2711924511b85de6301de8b3f23
notmuch search: Return first 100 results as quickly as possible.

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).
notmuch-search.c