[ 
https://issues.apache.org/jira/browse/MIME4J-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661271#action_12661271
 ] 

Markus Wiederkehr commented on MIME4J-96:
-----------------------------------------

Patch applied. The test now runs under 22 seconds on my machine.

> Field.parse() should defer parsing until the parsed value is actually 
> requested
> -------------------------------------------------------------------------------
>
>                 Key: MIME4J-96
>                 URL: https://issues.apache.org/jira/browse/MIME4J-96
>             Project: JAMES Mime4j
>          Issue Type: Improvement
>    Affects Versions: 0.5
>            Reporter: Markus Wiederkehr
>            Assignee: Markus Wiederkehr
>             Fix For: 0.6
>
>         Attachments: DateTimeField.java
>
>
> Currently the MessageBuilder invokes Field.parse() for every header field of 
> a message. Benchmark tests have shown that this has a significant impact on 
> performance.
> For example, DateTimeField parses the Date header into a java.util.Date 
> object regardless if this value is ever needed or not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to