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 "Lars Grefer (Jira)" <ji...@apache.org> on 2020/05/20 18:37:00 UTC

[jira] [Commented] (OAK-9026) Performance Improvement: Unnecessary boxing and unboxing

    [ https://issues.apache.org/jira/browse/OAK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112520#comment-17112520 ] 

Lars Grefer commented on OAK-9026:
----------------------------------

[~angela],  I've created the sub-tasks (and corresponding sub-patches) as requested.

oak-store-document doesn't seem to have a Jira component

> Performance Improvement: Unnecessary boxing and unboxing
> --------------------------------------------------------
>
>                 Key: OAK-9026
>                 URL: https://issues.apache.org/jira/browse/OAK-9026
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Lars Grefer
>            Priority: Major
>
> While profiling the memory usage of our application, I noticed some unneccesary boxing and unboxing operations in Jackrabbit.
> I propose to remove these with the provided patch in order to make the code more readable and reduce the amount of allocated (boxed) objects.
> The patch can be found here: https://github.com/apache/jackrabbit-oak/pull/203



--
This message was sent by Atlassian Jira
(v8.3.4#803005)