You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/06/30 13:16:22 UTC

[09/10] tinkerpop git commit: Merge branch 'TINKERPOP-1349'

Merge branch 'TINKERPOP-1349'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f22595c
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f22595c
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7f22595c

Branch: refs/heads/master
Commit: 7f22595c46bb66caa7535f7881e3aaeac241690c
Parents: 5395aae 857e2e2
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Jun 30 07:14:14 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Jun 30 07:14:14 2016 -0600

----------------------------------------------------------------------
 .../process/traversal/TraversalStrategies.java  |   2 +
 .../traversal/step/branch/BranchStep.java       |  12 +-
 .../traversal/step/util/AbstractStep.java       |   5 +-
 .../optimization/RepeatUnrollStrategy.java      |  78 ++++++++++
 .../TraversalStrategyPerformanceTest.java       | 120 ++++++++++++++++
 .../IdentityRemovalStrategyTest.java            | 104 ++++++++++----
 .../optimization/RepeatUnrollStrategyTest.java  | 141 +++++++++++++++++++
 .../process/traversal/step/map/ProfileTest.java |  36 ++---
 8 files changed, 447 insertions(+), 51 deletions(-)
----------------------------------------------------------------------