[
https://issues.apache.org/jira/browse/DAFFODIL-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213844#comment-17213844
]
Steve Lawrence commented on DAFFODIL-2400:
------------------------------------------
This is just about the parse side, which doesn't use any coroutines. Only the
unparse side uses coroutines. It won't surprise me if there is a performance
degredation for unparse due to the coroutines, but I wouldn't expect too much
extra overhead for parse.
That said, this might not be considered a blocker for 3.0.0. Using the old API
is still an option for performance critical applications. We can always
investigate performance issues for a following release.
> New SAX API causes performance degredations.
> --------------------------------------------
>
> Key: DAFFODIL-2400
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2400
> Project: Daffodil
> Issue Type: Bug
> Components: Performance
> Reporter: Steve Lawrence
> Priority: Critical
> Fix For: 3.0.0
>
>
> The new SAX API caused performance degredations across the board of file
> types. The SAX API is basically just a wrapper around the current API, so
> this is a bit surprising. Need to investigate what is causing these slowdows
> and see if it can be resolved.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)