Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42E0EDFBE for ; Thu, 8 Nov 2012 22:18:12 +0000 (UTC) Received: (qmail 80533 invoked by uid 500); 8 Nov 2012 22:18:12 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 80492 invoked by uid 500); 8 Nov 2012 22:18:12 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 80484 invoked by uid 500); 8 Nov 2012 22:18:11 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 80481 invoked by uid 99); 8 Nov 2012 22:18:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 22:18:11 +0000 Date: Thu, 8 Nov 2012 22:18:11 +0000 (UTC) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1187604428.89179.1352413091965.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (GIRAPH-414) Create BinaryCombiner ands specialized message store for it MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maja Kabiljo created GIRAPH-414: ----------------------------------- Summary: Create BinaryCombiner ands specialized message store for it Key: GIRAPH-414 URL: https://issues.apache.org/jira/browse/GIRAPH-414 Project: Giraph Issue Type: Improvement Reporter: Maja Kabiljo Assignee: Maja Kabiljo Current combiner interface is very general, but also doesn't provide the best performance. All the combiners we currently have are binary combiners, i.e. they can combine two messages into one. Having a lists around this simple concept makes it slower and requires more object creations. Adding BinaryCombiner, and a specialized message store which will be used with it. This message store has only one message per vertex instead of having a collection per vertex. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira