Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0BE4F200CFA for ; Tue, 5 Sep 2017 11:28:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0A9E21655B7; Tue, 5 Sep 2017 09:28:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 77EE61655B5 for ; Tue, 5 Sep 2017 11:28:23 +0200 (CEST) Received: (qmail 98545 invoked by uid 500); 5 Sep 2017 09:28:22 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 96663 invoked by uid 99); 5 Sep 2017 09:00:50 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.02 X-Spam-Level: X-Spam-Status: No, score=-4.02 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled From: huafengw To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org Message-ID: Subject: [GitHub] incubator-gearpump pull request #223: [GEARPUMP-349] Optimize Graph topologi... Content-Type: text/plain Date: Tue, 5 Sep 2017 09:00:39 +0000 (UTC) archived-at: Tue, 05 Sep 2017 09:28:24 -0000 GitHub user huafengw opened a pull request: https://github.com/apache/incubator-gearpump/pull/223 [GEARPUMP-349] Optimize Graph topologicalOrderIterator performance Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the commit message is formatted like: `[GEARPUMP-] Meaningful description of pull request` - [ ] Make sure tests pass via `sbt clean test`. - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/huafengw/incubator-gearpump graph Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/223.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #223 ---- commit 2673c99cb26a8a0733af772f01748f818ea08857 Author: huafengw Date: 2017-09-05T08:59:49Z [GEARPUMP-349] Optimize Graph topologicalOrderIterator performance ---- ---