GaloisInc / mime

A Haskell MIME library
Other
12 stars 11 forks source link

Make normalizeCRLF fast #16

Open tysonzero opened 3 years ago

tysonzero commented 3 years ago

Probably closes #15 unless there are other slow functions

tysonzero commented 3 years ago

Some local testing indicates that this allows parsing fairly large emails relatively quickly, although there is likely still significant room for perf improvement, such as perhaps reusing more optimized non-string decoders.