]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: clarify streaming Email::MIME replacement
authorEric Wong <e@80x24.org>
Sat, 2 Jul 2016 07:56:33 +0000 (07:56 +0000)
committerEric Wong <e@80x24.org>
Sat, 2 Jul 2016 07:57:25 +0000 (07:57 +0000)
I bet there's a billion other improvements to be made elsewhere.

TODO

diff --git a/TODO b/TODO
index 30ba38b4d3633c82c68e274519f54cda73b3ba07..644fa034b90064dcd8b1be202bfbf4b56418bcf7 100644 (file)
--- 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.
 * 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
 
 * Allow in-place Xapian updates without clobbering the whole
   index (versioning each doc data entry?) for big archives