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

ASF subversion and git services commented on QPIDJMS-461:
---------------------------------------------------------

Commit b2300cbfbcd00eb990c82e5be1735df9f6ba89c5 in qpid-jms's branch 
refs/heads/QPIDJMS-461 from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=b2300cb ]

QPIDJMS-461 Optimize the default message ID builder

Change the builtin Message ID builder to create a builder
per producer and optimize the string handling used to create
the Message ID from the producer id and sequence number.


> JmsMessageIDBuilder::createMessageID can save StringBuilder allocations
> -----------------------------------------------------------------------
>
>                 Key: QPIDJMS-461
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-461
>             Project: Qpid JMS
>          Issue Type: Improvement
>    Affects Versions: 0.44.0
>            Reporter: Francesco Nigro
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> JmsMessageIDBuilder::createMessageID doesn't seem able to correctly perform 
> escape analysis on StringBuilder, allocating many of them.
> The intermediate StringBuilder could be saved into a thread local pool 
> instead, saving unnececessary allocations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to