You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/31 13:36:25 UTC

[jira] [Updated] (IGNITE-2314) Evaluate MPSC queue implementation from Dmitry Vyukov in GridNioServer

     [ https://issues.apache.org/jira/browse/IGNITE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2314:
------------------------------------
    Labels: performance  (was: )

> Evaluate MPSC queue implementation from  Dmitry Vyukov in GridNioServer
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-2314
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2314
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: general
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Critical
>              Labels: performance
>             Fix For: 1.6
>
>         Attachments: MPSCConcurrentLinkedQueue.java, MPSCConcurrentLinkedQueueNode.java, MPSCConcurrentLinkedQueuePadding.java, MPSCConcurrentLinkedQueueTail.java
>
>
> See http://www.1024cores.net/home/lock-free-algorithms/queues/non-intrusive-mpsc-node-based-queue
> This queue is currently in the hear of the following products:
> 1) Akka
> 2) Aeron
> 3) Netty
> 4) Some Netflix libs.
> Implementation is pretty easy, so it should not be a problem to evaluate it quickly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)