Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/215#issuecomment-182685148 * `mvn clean install`: passed * integration tests (incl. Neo4j): passed VOTE: +1 One negative note though: Strategies are mainly respsonsible for a significant performance gap between graph methods and their respective traversal methods. As we've seen in the past, `.stream()...` performs terrible compared to an old school `for` loop, hence I don't think we should use `.stream()` so frequently in new code. Better we get rid of `.stream()` altogether.
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---