You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/12/01 09:30:00 UTC

[jira] [Commented] (ARTEMIS-3578) Save SimpleString duplication and long[] allocation while moving Core messages

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

ASF subversion and git services commented on ARTEMIS-3578:
----------------------------------------------------------

Commit 7e6373d4dfa87b1fce690a1387c8eb9edce3af3b in activemq-artemis's branch refs/heads/main from franz1981
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=7e6373d ]

ARTEMIS-3578 Save SimpleString duplication and long[] allocation while moving Core messages


> Save SimpleString duplication and long[] allocation while moving Core messages
> ------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3578
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3578
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>
> After performing a message copy as shown in ARTEMIS-3572, each of the copied message reference the original address using a fresh SimpleString copy.
> The vararg long[] parameter is unused and has been removed to save unecessary long[] allocation while using a single Long parameter.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)