[
https://issues.apache.org/jira/browse/TAP5-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAP5-550:
--------------------------------------
Summary: Reduce eden space memory footprint by avoiding Lists and Maps
within Elements (was: Reduce short-term memory consumption by avoiding Lists
and Maps within Elements)
> Reduce eden space memory footprint 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.