You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2015/12/09 14:32:10 UTC

[jira] [Created] (OAK-3757) Reduce copying of state from parent in PropertyIndexEditor

Chetan Mehrotra created OAK-3757:
------------------------------------

             Summary: Reduce copying of state from parent in PropertyIndexEditor
                 Key: OAK-3757
                 URL: https://issues.apache.org/jira/browse/OAK-3757
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: query
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
            Priority: Minor
             Fix For: 1.4


{{PropertyIndexEditor}} currently copies 6 references from parent editor as it walks down a commit diff. Instead of creating copies we can just maintain the state in separate class and pass that on.

This would simplify introducing new state variables which needs to be passed along and would also reduce garbage creation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)