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 80DEF91B4 for ; Thu, 28 Jun 2012 09:41:46 +0000 (UTC) Received: (qmail 48611 invoked by uid 500); 28 Jun 2012 09:41:46 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 48576 invoked by uid 500); 28 Jun 2012 09:41:46 -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 48445 invoked by uid 500); 28 Jun 2012 09:41:45 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 48424 invoked by uid 99); 28 Jun 2012 09:41:45 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 09:41:45 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 4EEDE141BDA for ; Thu, 28 Jun 2012 09:41:44 +0000 (UTC) Date: Thu, 28 Jun 2012 09:41:44 +0000 (UTC) From: "Alessandro Presta (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1396848184.65949.1340876504325.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1716008745.62365.1340813923805.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (GIRAPH-220) Default implementation of BasicVertex#sendMsgToAllEdges() 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/GIRAPH-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Presta updated GIRAPH-220: ------------------------------------- Attachment: GIRAPH-220.patch > Default implementation of BasicVertex#sendMsgToAllEdges() > --------------------------------------------------------- > > Key: GIRAPH-220 > URL: https://issues.apache.org/jira/browse/GIRAPH-220 > Project: Giraph > Issue Type: Improvement > Components: graph > Reporter: Alessandro Presta > Assignee: Alessandro Presta > Priority: Trivial > Attachments: GIRAPH-220.patch > > > I don't understand why sendMsgToAllEdges() is abstract in BasicVertex. Can't we provide a default implementation (using iterator() and sendMsg()) making it optional to override it for performance? > I'll assign this to myself but I would like to hear some opinions first. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira