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

[Optimize] rewrite recursive function into tail-call version #130

Open
liuq19 opened this issue Nov 13, 2024 · 0 comments
Open

[Optimize] rewrite recursive function into tail-call version #130

liuq19 opened this issue Nov 13, 2024 · 0 comments

Comments

@liuq19
Copy link
Collaborator

liuq19 commented Nov 13, 2024

Actually, we can adjust the code to be a tail-call version; this will remove the overhead of some function calls.

The paper proved this.

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

No branches or pull requests

1 participant