[ 
https://issues.apache.org/jira/browse/TINKERPOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353670#comment-15353670
 ] 

pieter martin edited comment on TINKERPOP-1349 at 6/28/16 8:41 PM:
-------------------------------------------------------------------

Ok, tx,

I reran the test but this time iterating the result, so no `count()` and then 
the result are equivalent which sets my intuition at rest again.  
Nothing to bulk I suppose?


was (Author: pietermartin):
Ok, tx,

I reran the test but this time iterating the result, so now `count()` and then 
the result are equivalent which sets my intuition at rest again.  
Nothing to bulk I suppose?

> RepeatUnrollStrategy should unroll loops while maintaining equivalent 
> semantics.
> --------------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1349
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1349
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.2.0-incubating
>
>
> Create {{RepeatUnrollStrategy}} that will unroll patterns such as:
> {code}
> repeat(out()).times(3)
> // ->
> out().barrier().out().barrier().out().barrier()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to