message properties, round 2
authorDavid Bremner <david@tethera.net>
Mon, 30 May 2016 11:49:54 +0000 (08:49 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:54 +0000 (16:21 -0700)
aa/9e627881987089c4a54416bff552a78a7e05e6 [new file with mode: 0644]

diff --git a/aa/9e627881987089c4a54416bff552a78a7e05e6 b/aa/9e627881987089c4a54416bff552a78a7e05e6
new file mode 100644 (file)
index 0000000..8a0ecb8
--- /dev/null
@@ -0,0 +1,56 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D898B6DE02B5\r
+ for <notmuch@notmuchmail.org>; Mon, 30 May 2016 04:50:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.012\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
+ tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id e0-5LYTDP0JU for <notmuch@notmuchmail.org>;\r
+ Mon, 30 May 2016 04:50:11 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 81ACF6DE01D0\r
+ for <notmuch@notmuchmail.org>; Mon, 30 May 2016 04:50:11 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>) id 1b7Lhl-0000Oe-UI\r
+ for notmuch@notmuchmail.org; Mon, 30 May 2016 07:49:57 -0400\r
+Received: (nullmailer pid 14845 invoked by uid 1000);\r
+ Mon, 30 May 2016 11:50:06 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: message properties, round 2\r
+Date: Mon, 30 May 2016 08:49:54 -0300\r
+Message-Id: <1464608999-14774-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.8.1\r
+In-Reply-To: <1463927339-5441-1-git-send-email-david@tethera.net>\r
+References: <1463927339-5441-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 30 May 2016 11:50:19 -0000\r
+\r
+This is still marked RFC, but is a lot closer to production ready than\r
+the last round. In particular it is now integrated with the term\r
+caching machinery in message.cc. The main implementation cost is the\r
+creation of string-map.c to provide associative arrays of strings,\r
+with iterators (basically mimicing the Xapian::TermIterators). I'm not\r
+sure if these can replace some of the uses of gmime hash tables in the\r
+CLI (or if that would be a good idea), but if so that code could move to util,\r
+and probably lose the _notmuch_ prefix.\r
+\r