[
https://issues.apache.org/jira/browse/TAP5-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship reassigned TAP5-550:
-----------------------------------------
Assignee: Howard M. Lewis Ship
> Reduce short-term memory consumption by avoiding Lists and Maps within
> Elements
> -------------------------------------------------------------------------------
>
> Key: TAP5-550
> URL: https://issues.apache.org/jira/browse/TAP5-550
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.1.0.1
> Reporter: Howard M. Lewis Ship
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.1.0.1
>
>
> Through 5.1.0.0, each Element had an optional List of its child-nodes, and a
> CaseInsensitiveMap of its attributes.
> These could be removed, replaced with some linked lists, and thus, optimized
> for creation of the DOM and streaming, with less emphasis on manipulating the
> DOM after the fact. Should be a significant decrease in number of short-lived
> objects (Maps, Map.Entry, List, etc.).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.