You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/03/04 03:12:56 UTC

[jira] Created: (TAP5-550) Reduce short-term memory consumption by avoiding Lists and Maps within Elements

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.


[jira] Updated: (TAP5-550) Reduce eden space memory footprint by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (TAP5-550) Reduce eden space memory footprint by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (TAP5-550) Reduce short-term memory consumption by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Closed: (TAP5-550) Reduce eden space memory footprint by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-550.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.1

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


[jira] Closed: (TAP5-550) Reduce eden space memory footprint by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-550.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.1

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


[jira] Assigned: (TAP5-550) Reduce short-term memory consumption by avoiding Lists and Maps within Elements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ 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.