Re: [notmuch] [PATCH] Mail::Notmuch Perl wrapper
[notmuch-archives.git] / 58 / 426a0f2b00ccc43224bd4dc054d5d4e06a6de9
1 Return-Path: <brett.viren@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 91E8F431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 07:15:40 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 4Bq64SW7jtvB for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 07:15:39 -0800 (PST)\r
12 Received: from mail-px0-f180.google.com (mail-px0-f180.google.com\r
13         [209.85.216.180])\r
14         by olra.theworths.org (Postfix) with ESMTP id 9BB23431FBC\r
15         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 07:15:39 -0800 (PST)\r
16 Received: by pxi10 with SMTP id 10so3509843pxi.33\r
17         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 07:15:39 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:mime-version:received:in-reply-to:references\r
20         :date:message-id:subject:from:to:cc:content-type;\r
21         bh=zprO1YNm9vLmhU3f1VVPaTNCffkf7UyB1iGi9b+RUQs=;\r
22         b=kuwM50gckMy94DtKt5mirk8BOYED8eW2blrKAjo4NNcquBse5qZeh4syBYzNP+FxpL\r
23         CYv0q+/6/ZcZGalSiN5qrMbQni6pkNSpwMY89czT/Trt92YIHJ5KGkaRoKJfVDkBaJhU\r
24         04q2I/qNpUubjdVVcSxh9baV+G3LOqrA5PSlw=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         b=r7jEGzg2gLE4gj0pexTAoU3Atbkbk4HpBYxY5SJkraZiKtraHUvwq/LahCdouogUoV\r
29         WPKyoigqwFC4KE/YHvLZ/Ea4lexIBgHAtnAtC73To+XTWehyv9fMUcWWmPGo+EMG0Vkg\r
30         a21zjxYTTvK+gS2IIbh72oUZwQy2bJ6OsGMDk=\r
31 MIME-Version: 1.0\r
32 Received: by 10.115.149.4 with SMTP id b4mr4351873wao.18.1258902939041; Sun, \r
33         22 Nov 2009 07:15:39 -0800 (PST)\r
34 In-Reply-To: <20091122083646.GA8420@glandium.org>\r
35 References: <20091121145111.GB19397@excalibur.local>\r
36         <87fx874xj5.fsf@yoom.home.cworth.org>\r
37         <46263c600911211436s5826015eqc5fc18a4164245cb@mail.gmail.com>\r
38         <20091122083646.GA8420@glandium.org>\r
39 Date: Sun, 22 Nov 2009 10:15:39 -0500\r
40 Message-ID: <46263c600911220715q44960645x80f4909415b24d6@mail.gmail.com>\r
41 From: Brett Viren <brett.viren@gmail.com>\r
42 To: Mike Hommey <mh+notmuch@glandium.org>\r
43 Content-Type: text/plain; charset=ISO-8859-1\r
44 Cc: notmuch@notmuchmail.org\r
45 Subject: Re: [notmuch] 25 minutes load time with emacs -f notmuch\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.12\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sun, 22 Nov 2009 15:15:40 -0000\r
59 \r
60 On Sun, Nov 22, 2009 at 3:36 AM, Mike Hommey <mh+notmuch@glandium.org> wrote:\r
61 \r
62 > A good test, if you have enough memory, would be to put your mailbox in\r
63 > a tmpfs, and see how fast that imports.\r
64 \r
65 (Oops, forgot to reply to the list.)\r
66 \r
67 I don't see any function calls related to I/O on the call graph.\r
68 \r
69 But, here is one that looks I/O bound:\r
70 \r
71  notmuch tag -unread tag:inbox\r
72 \r
73 I have my home directory on an encfs volume and I see it and notmuch\r
74 competing for CPU when viewing "top".\r
75 \r
76 -Brett.\r