Reduce memory footprint by sharing binding descriptions
-------------------------------------------------------
Key: TAP5-522
URL: https://issues.apache.org/jira/browse/TAP5-522
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.1.0.0
Reporter: Howard M. Lewis Ship
In very large Tapestry deployments, a significant amount of memory is consumed
by description object attached to Binding instances. Often, many many identical
but separate strings are stored. Interning those strings (reducing duplicate
content strings to a single String instance) would alleviate much of that issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.