[PATCH] ruby: Add wrapper for notmuch_query_count_threads

Subject: [PATCH] ruby: Add wrapper for notmuch_query_count_threads

Date: Sat, 10 May 2014 14:40:10 -0700

To: notmuch@notmuchmail.org

Cc:

From: Wael M. Nasreddine


This patch exposes query.cc::notmuch_query_count_threads to Ruby, the
benchmark on 85k emails is amazing:

                                user     system      total        real
query.count_threads         6.270000   0.240000   6.510000 (  6.507064)
query.search_threads.count 14.040000   3.130000  17.170000 ( 17.172222)

Thread: