[
https://issues.apache.org/jira/browse/TINKERPOP-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez closed TINKERPOP-331.
----------------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 3.2.4)
This is a cool idea, but I think the work [~twilmes] did with
{{PathRetractionStrategy}} makes this ticket much less useful. Closing as as
its no longer a valid optimization.
> TraverserConverterStep (proposal)
> ---------------------------------
>
> Key: TINKERPOP-331
> URL: https://issues.apache.org/jira/browse/TINKERPOP-331
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.0.2-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.15#6346)