[
https://issues.apache.org/jira/browse/OAK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Grefer updated OAK-9026:
-----------------------------
Description:
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
was:
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.
> 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)