[GitHub] tinkerpop pull request #342: TINKERPOP-1063 TinkerGraph Performance

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/342 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] tinkerpop pull request #342: TINKERPOP-1063 TinkerGraph Performance

2016-06-16 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/342#discussion_r67417561 --- Diff: tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java --- @@ -358,6 +350,14 @@ public Feature

[GitHub] tinkerpop pull request #342: TINKERPOP-1063 TinkerGraph Performance

2016-06-16 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/342#discussion_r67415317 --- Diff: tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java --- @@ -358,6 +350,14 @@ public Features

[GitHub] tinkerpop pull request #342: TINKERPOP-1063 TinkerGraph Performance

2016-06-16 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/342 TINKERPOP-1063 TinkerGraph Performance https://issues.apache.org/jira/browse/TINKERPOP-1063 Got rid of `Stream` usage in TinkerGraph vertex/edge iteration. Tests all pass with `mvn c