You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (Jira)" <ji...@apache.org> on 2021/11/16 14:25:00 UTC

[jira] [Work started] (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:all-tabpanel ]

Work on ARTEMIS-3578 started by Francesco Nigro.
------------------------------------------------
> 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)