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
Priority: Minor
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.