[
https://issues.apache.org/jira/browse/TINKERPOP-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16451366#comment-16451366
]
ASF GitHub Bot commented on TINKERPOP-1950:
-------------------------------------------
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.
----
> Traversal construction performance enhancements
> -----------------------------------------------
>
> Key: TINKERPOP-1950
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1950
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.8
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Fix For: 3.4.0, 3.2.9, 3.3.3
>
>
> The process of constructing a {{Traversal}} could be made more efficient.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)