Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-550

Reduce eden space memory footprint by avoiding Lists and Maps within Elements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.1.0.1
    • 5.1.0.1
    • tapestry-core
    • None

    Description

      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.).

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: