[
https://issues.apache.org/jira/browse/WINK-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752798#action_12752798
]
Bryant Luk commented on WINK-173:
---------------------------------
Doug Larson made a few profiles of the code and also reported on two other
issues.
One is that the AbstractRuntimeContext's HashMap should be initialized to a
value bigger than 16 since it always gets resized anyway.
Another is that UriPath normalization should be skipped if possible.
I'll attach a patch that details all these changes. There should be no
functional changes between this code and the previous code.
> Delay a few calls during initialization unless absolutely required
> ------------------------------------------------------------------
>
> Key: WINK-173
> URL: https://issues.apache.org/jira/browse/WINK-173
> Project: Wink
> Issue Type: Improvement
> Components: Server
> Affects Versions: 0.2
> Reporter: Bryant Luk
> Assignee: Bryant Luk
> Fix For: 0.2
>
>
> For performance reasons, the HttpHeaders should not be built unless
> explicitly asked for.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.