GitHub user artem-aliev opened a pull request:
https://github.com/apache/tinkerpop/pull/778
TINKERPOP-1870: Extends TraverserSet to have Vertex index for remote â¦
â¦traversers
That replaces linear search in reversal traversal interator with hashtable
lookup.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/artem-aliev/tinkerpop TINKERPOP-1870
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/778.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 #778
----
commit f1dd251174dd1f04b6ed722b1956d5c3291a842a
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.
----
---