[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 10 / 068822c9b51c9103a603bec911e3f2ed2d2166
1 Return-Path: <Sebastian@SSpaeth.de>\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 EF7954196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 08:24:51 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ChhiakYbxrkG for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Apr 2010 08:24:51 -0700 (PDT)\r
17 Received: from homiemail-a11.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
18         [208.97.132.81])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3F479431FC1\r
20         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 08:24:51 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id 3A106194058; \r
24         Mon, 12 Apr 2010 08:24:42 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Mon, 12 Apr 2010 17:24:35 +0200\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Jameson Rollins <jrollins@finestructure.net>, Notmuch list\r
29         <notmuch@notmuchmail.org>\r
30 Subject: Re: please eat my data!\r
31 In-Reply-To: <87tyrgeopc.fsf@servo.finestructure.net>\r
32 References: <87633wlrrk.fsf@SSpaeth.de>\r
33         <87tyrgeopc.fsf@servo.finestructure.net>\r
34 Date: Mon, 12 Apr 2010 17:24:35 +0200\r
35 Message-ID: <87iq7wpubw.fsf@SSpaeth.de>\r
36 User-Agent: notmuch version 0.1.1 (Emacs 23.1.1/x86_64-pc-linux-gnu)\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 12 Apr 2010 15:24:52 -0000\r
52 \r
53 On 2010-04-12, Jameson Rollins wrote:\r
54 > On Mon, 12 Apr 2010 15:33:35 +0200, "Sebastian Spaeth" > Wow, this is really interesting, Sebastian.  For those of us not in the\r
55 > know, can you explain what libeatmydata is and how it's used?\r
56 \r
57 Hehe, I just got the pointer to it on IRC myself:\r
58 \r
59 http://www.flamingspork.com/projects/libeatmydata/\r
60 \r
61 You download and untar the thing, and "make" it, which produces\r
62 libeatmydata.so. Running a binary foo with LD_PRELOAD=./libeatmydata.so foo\r
63 will then effectively make all fsyncs a Noop. Not something you want on\r
64 your production systems, but great to test how much of a penality those\r
65 fsyncs really are.\r
66 \r
67 What I find intersting is that we have a 2x speedup and a 10x speedup\r
68 for different queries. Olly was saying on IRC that both *should* really be\r
69 behaving in much the same manner.\r
70 \r
71 Sebastian\r