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 GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/17 09:50:01 UTC

[jira] [Commented] (ARTEMIS-1383) Improved Priority queue

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

ASF GitHub Bot commented on ARTEMIS-1383:
-----------------------------------------

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1505
  
    @clebertsuconic @franz1981 I see a merge commit, but this PR is still open?


> Improved Priority queue
> -----------------------
>
>                 Key: ARTEMIS-1383
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1383
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>
> The original PriorityLinkedList implementation is based on a double linked list implementation that suffer of:
> * fragmentation along the heap
> * pointer chasing due to the presence of nodes
> * allocation heavy (ie each add operation forces allocation of nodes)
> * high hidden (ie the nodes) memory footprint that lead to wrong memory estimations
> It is possible to provide a specialized chunked implementation that can address all these issues while providing a better performance (throughput, latency and memory footprint wise).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)