GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/855

    TINKERPOP-1950 Cached global strategy lookups during traversal construction

    https://issues.apache.org/jira/browse/TINKERPOP-1950
    
    This change leads to a 1.5x to 2x speed improvement in traversal 
construction. It is especially effective when processing traversals that have 
many child traversals within them as this method is called for not only the 
parent traversal but all the children as well.
    
    All tests pass with `docker/build.sh -t -i`
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1950

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/855.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 #855
    
----
commit d7d0aafc08cf8600b03d4d9d79ce52056d694a4f
Author: Stephen Mallette <spmva@...>
Date:   2018-04-20T20:18:13Z

    TINKERPOP-1950 Cached global strategy lookups during traversal construction
    
    This change leads to a 1.5x to 2x speed improvement in traversal 
construction. It is especially effective when processing traversals that have 
many child traversals within them as this method is called for not only the 
parent traversal but all the children as well.

----


---

Reply via email to