[
https://issues.apache.org/jira/browse/JENA-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424383#comment-17424383
]
ASF subversion and git services commented on JENA-2174:
-------------------------------------------------------
Commit 518ddde203738d6efa9acb55fd3627eb970cdc34 in jena's branch
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=518ddde ]
JENA-2174: Improve Hex.formatUnsignedLongHex
> Improve Hex.formatUnsignedLongHex
> ---------------------------------
>
> Key: JENA-2174
> URL: https://issues.apache.org/jira/browse/JENA-2174
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
>
> {{Hex.formatUnsignedLongHex}} formats a long as hex digits into a byte array.
> It is used in the xloader (formerly "TDB1, tdbloader2").
> Changing the implementation to process the hex digits in forward
> (high-to-low) order,there is better performance, possibly due to "mechanical
> sympathy" with the compiler or CPU caches.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)