From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4024D20FD2 for ; Sat, 2 Jul 2016 07:56:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/6] TODO: clarify streaming Email::MIME replacement Date: Sat, 2 Jul 2016 07:56:33 +0000 Message-Id: <20160702075638.31017-2-e@80x24.org> In-Reply-To: <20160702075638.31017-1-e@80x24.org> References: <20160702075638.31017-1-e@80x24.org> List-Id: I bet there's a billion other improvements to be made elsewhere. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 30ba38b..644fa03 100644 --- a/TODO +++ b/TODO @@ -53,6 +53,7 @@ all need to be considered for everything we introduce) * streaming Email::MIME replacement: currently we generate many allocations/strings for headers we never look at and slurp entire message bodies into memory. + (this is pie-in-the-sky territory...) * Allow in-place Xapian updates without clobbering the whole index (versioning each doc data entry?) for big archives -- EW