Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2065

Optimize iterate() for remote traversals

    XMLWordPrintableJSON

Details

    Description

      In GLVs iterate() is not implemented as it is in Java where remote traversals append a NoneStep to filter all results serverside and thus generate side-effects. Also, hasNext() is generally under-optimized in remote traversals because the hasNext() check is on the client side - not the server. We need a similar version of NoneStep for hasNext() basically.

      Nicely noted by Florian Hockmann - https://groups.google.com/d/msgid/gremlin-users/8044fcf4-8941-4826-998b-3743154dccd2%40googlegroups.com?utm_medium=email&utm_source=footer

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: