[ 
https://issues.apache.org/jira/browse/JCR-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Reutegger updated JCR-1715:
----------------------------------

    Attachment: JCR-1715-part2.patch

Patch part2 introduces a HashCache for Path.Element instances in 
PathFactoryImpl. This reduces the number of Path.Element instances held in 
memory during the test to 11k.

> Prevent excessive Path.Element instances
> ----------------------------------------
>
>                 Key: JCR-1715
>                 URL: https://issues.apache.org/jira/browse/JCR-1715
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core, jackrabbit-spi-commons
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: JCR-1715-part1.patch, JCR-1715-part2.patch
>
>
> Even when a CachingHierarchyManager is used jackrabbit creates a lot of 
> Path.Element instances. The internally used PathMap (spi-commons) creates new 
> Path.Element instances whenever a path is constructed, even when the path is 
> constructed from cached PathMap.Elements.
> Running a test with 10k nodes results in 250k Path.Element instances being 
> created and held in memory (mostly for events).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to