You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Oleg Kalnichevski (JIRA)" <mi...@james.apache.org> on 2009/12/24 18:44:29 UTC

[jira] Resolved: (MIME4J-103) Replace QuotedPrintableInputStream with a faster version

     [ 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.