From: Eric Wong Date: Sat, 2 Jul 2016 07:56:33 +0000 (+0000) Subject: TODO: clarify streaming Email::MIME replacement X-Git-Tag: v1.0.0~326 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=0f9091f381191484f1a5ed5189d23cbfa88de6fc TODO: clarify streaming Email::MIME replacement I bet there's a billion other improvements to be made elsewhere. --- diff --git a/TODO b/TODO index 30ba38b4..644fa034 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