Marko A. Rodriguez created TINKERPOP-1372:
---------------------------------------------
Summary: 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
{{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)