Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 048E818477 for ; Thu, 31 Mar 2016 11:37:26 +0000 (UTC) Received: (qmail 74958 invoked by uid 500); 31 Mar 2016 11:37:25 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 74896 invoked by uid 500); 31 Mar 2016 11:37:25 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 74782 invoked by uid 99); 31 Mar 2016 11:37:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2016 11:37:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 860A92C1F60 for ; Thu, 31 Mar 2016 11:37:25 +0000 (UTC) Date: Thu, 31 Mar 2016 11:37:25 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-2314) Evaluate MPSC queue implementation from Dmitry Vyukov in GridNioServer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-2314: ------------------------------------ Issue Type: Task (was: Sub-task) Parent: (was: IGNITE-2232) > 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: 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)