about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-05-07 21:05:48 +0000
committerEric Wong <e@yhbt.net>2020-05-09 08:59:10 +0000
commit57af9c8d0bedafac3267b5b42f963bb8aa5c2ea1 (patch)
tree7bf424ee964031160a2c5c0722e0a29a837956fb /lib/PublicInbox/NNTP.pm
parent93e3d34ff8d5f981fe4bdd4a6cddb96af6785008 (diff)
downloadpublic-inbox-57af9c8d0bedafac3267b5b42f963bb8aa5c2ea1.tar.gz
Email::MIME eats memory, wastes time parsing out all the
headers, and some problems can't be fixed without breaking
compatibility for other projects which depend on it.

Informal benchmarks show a ~2x improvement in general
stats gathering scripts and ~10% improvement in HTML
view rendering.

We also don't need the ability to create MIME messages, just
parse them and maybe drop an attachment.

While this isn't the zero-copy or streaming MIME parser of my
dreams; it's still an improvement in that it doesn't keep a
scalar copy of the raw body around along with subparts.  It also
doesn't parse subparts up front, so it can also replace our uses
of Email::Simple.
Diffstat (limited to 'lib/PublicInbox/NNTP.pm')
0 files changed, 0 insertions, 0 deletions