[ https://issues.apache.org/jira/browse/JCR-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856790#action_12856790
]
Stefan Guggisberg commented on JCR-1242:
----------------------------------------
i had a quick look at the latest patch, looks good to me.
however, i didn't test it. could somebody else (e.g. jukka or toby) please double-check it?
> Improve serialization of NodeReferences for BundleDB PMs
> --------------------------------------------------------
>
> Key: JCR-1242
> URL: https://issues.apache.org/jira/browse/JCR-1242
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Przemo Pakulski
> Priority: Minor
> Attachments: JCR-1242-BPM.patch, JCR-1242-ISB.patch, JCR-1242.patch, JCR-1242_alternative.patch,
JCR-1242_update.patch
>
>
> BudleDB PMs use currently Serializer class to serialize, deserialize node references.
Those methods are unefficient, it use string representation of UUID, namespaceURI and localName.
> For UUID rawBytes should be used and for namespaceURI, localName namespaceIndex/nameIndex
should be used to improve efficiency of serialization/deserialization.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|