[
https://issues.apache.org/jira/browse/MIME4J-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved MIME4J-103.
--------------------------------------
Resolution: Fixed
Refactoring completed. Performance improvement is around 600-700% based on the
mime4j benchmark results.
Oleg
> Replace QuotedPrintableInputStream with a faster version
> --------------------------------------------------------
>
> Key: MIME4J-103
> URL: https://issues.apache.org/jira/browse/MIME4J-103
> Project: JAMES Mime4j
> Issue Type: Improvement
> Reporter: Oleg Kalnichevski
> Assignee: Oleg Kalnichevski
> Fix For: 0.7
>
>
> Current QuotedPrintableInputStream design is suboptimal due to the one byte
> read algorithm it currently employs. The performance of this class can be
> improved by using block read operations. The class would also handle line
> delimiters consistently with the rest of mime4j classes (CR-LF and LF should
> be handled as valid line delimiters)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.