Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for unrolling and allow real loops #26

Open
zimmski opened this issue Nov 2, 2014 · 0 comments
Open

Remove the need for unrolling and allow real loops #26

zimmski opened this issue Nov 2, 2014 · 0 comments

Comments

@zimmski
Copy link
Owner

zimmski commented Nov 2, 2014

Unrolling is currently in place to work around the complexity of real loops in the token graph. But this also means that recursive defined formats are not really recursive but have an finite end which is not only bad for generating big data but also for reading in data since the maxRepeat variable (which controls the depth of unrolling) has to be set accordingly.

This does mean that unrolling AND real loops have to be implemented side by side. Removing unrolling is not an option since it has advantages too. But maxRepeat=0 (== real loops) should be the default after implementing real loops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant