This is an automated email from the ASF dual-hosted git repository.

valentyn pushed a change to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 06af2ec6d5 Merge branch '3.6-dev' into 3.7-dev
     add 2d950116db Avoiding expensive hash computation for complex steps with 
many children in filter ranking strategy (#2504)
     new a0919dc3d6 Merge branch '3.6-dev' into 3.7-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 .../optimization/FilterRankingStrategy.java        | 129 ++++--
 ...lterRankingStrategyCacheInitializationTest.java | 434 +++++++++++++++++++++
 .../optimization/FilterRankingStrategyTest.java    | 179 +++++++--
 4 files changed, 681 insertions(+), 62 deletions(-)
 create mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/FilterRankingStrategyCacheInitializationTest.java

Reply via email to