[
https://issues.apache.org/jira/browse/TINKERPOP-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628695#comment-15628695
]
ASF GitHub Bot commented on TINKERPOP-1372:
-------------------------------------------
Github user okram commented on the issue:
https://github.com/apache/tinkerpop/pull/473
@pietermartin voted +1 on the dev@ mailing list for this ticket. In the
future, @pietermartin, can you VOTE on the GitHub pull request comment thread?
> ImmutablePath should not use Java recursion (call stacks are wack)
> ------------------------------------------------------------------
>
> Key: TINKERPOP-1372
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1372
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.0-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
>
> {{ImmutablePath}} sucks for a few reasons:
> 1. It has {{ImmutablePathImpl}} interface to combine {{Tail}} and
> {{ImmutablePath}}. Lame.
> 2. It uses recurssion to find data. Lame.
> For 3.2.1, I have done a lot to use {{while()}}-based recursion and I suspect
> I can gut {{ImmutablePathImpl}} and few other kooky things.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)