GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/781
Tinkerpop 1870 master
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/artem-aliev/tinkerpop TINKERPOP-1870-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/781.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 #781
----
commit a6ac037f0582187a47186264e59a1e42a14a7d1f
Author: artemaliev <artem.aliev@...>
Date: 2018-01-15T15:23:49Z
TINKERPOP-1870: Extends TraverserSet to have Vertex index for remote
traversers
That replaces linear search in reversal traversal interator with hashtable
lookup.
commit ff05f07f082c87c788827143fc0d64ec38073005
Author: artemaliev <artem.aliev@...>
Date: 2018-01-17T14:17:47Z
Merge branch 'TINKERPOP-1870' into TINKERPOP-1870-master
----
---