[
https://issues.apache.org/jira/browse/TINKERPOP3-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651873#comment-14651873
]
Marko A. Rodriguez commented on TINKERPOP3-331:
-----------------------------------------------
This was sorta solved by adding more {{TraverserRequirement}} enums. Perhaps
that is the solution to this problem....
> TraverserConverterStep (proposal)
> ---------------------------------
>
> Key: TINKERPOP3-331
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-331
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.0.0-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
>
> Different {{Traverser}} implementations have different memory requirements
> and "bulkability." Once the memory of a {{Traverser}} is no longer needed,
> then it should be converted to a simpler form.
> {code}
> g.V.as('x').out.jump('x',3).simplePath.out('knows').age.groupCount
> |______________________________________||_________________________|
> PathTraverser SimpleTraverser
> {code}
> A {{TraverserConverterStrategy}} should insert a {{TraverserConverterStep}}
> after {{simplePath()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)