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

Leo enhancements for right recursion #614

Open
jrh3 opened this issue Apr 18, 2022 · 0 comments
Open

Leo enhancements for right recursion #614

jrh3 opened this issue Apr 18, 2022 · 0 comments

Comments

@jrh3
Copy link

jrh3 commented Apr 18, 2022

This is regarding issues #391 and #312.

Changes to handle right recursion slow the benchmark tests down ~11%.

This change would somewhat address the video by Toby Ho, probably resulting in a factor of 10x instead of 200x. It would also address rule 2 of issue #312, but it still would not address rule 1 of issue #312, as that is middle recursive. Additional changes will address rule 1, but that results in a slowdown of ~45% for sample1k and ~20% for the other two benchmark tests.

Should I create a pull request for any of these changes?

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

No branches or pull requests

1 participant