Github user okram commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/144#issuecomment-157084517
I ran `mvn clean install` and everything passed. I reviewed the code and
these are very simple changes to our `TraversalHelper`/`DefaultTraversal`
classes. For example, replacing `Stream` with `for-loop` is always good. Given
that these methods are so core to everything traversal, making these as fast as
possible is smart. Thus, this is a really useful PR. Hopefully we can expose
more performance problem areas and address them much like this ticket.
VOTE +1.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---