You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by va...@apache.org on 2024/03/05 21:55:53 UTC

(tinkerpop) branch 3.7-dev updated (06af2ec6d5 -> a0919dc3d6)

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


(tinkerpop) 01/01: Merge branch '3.6-dev' into 3.7-dev

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a0919dc3d6ad29a2737f36fe076defbec092840c
Merge: 06af2ec6d5 2d950116db
Author: Valentyn Kahamlyk <Va...@improving.com>
AuthorDate: Tue Mar 5 13:54:38 2024 -0800

    Merge branch '3.6-dev' into 3.7-dev

 CHANGELOG.asciidoc                                 |   1 +
 .../optimization/FilterRankingStrategy.java        | 129 ++++--
 ...lterRankingStrategyCacheInitializationTest.java | 434 +++++++++++++++++++++
 .../optimization/FilterRankingStrategyTest.java    | 179 +++++++--
 4 files changed, 681 insertions(+), 62 deletions(-)