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

Tail call optimiziations #153

Open
Chadtech opened this issue Sep 12, 2021 · 0 comments
Open

Tail call optimiziations #153

Chadtech opened this issue Sep 12, 2021 · 0 comments

Comments

@Chadtech
Copy link
Collaborator

Chadtech commented Sep 12, 2021

@jfmengels did some tail call optimizing on a few functions a wall back (Thanks @jfmengels ). He noted that with this command:

npx elm-review --template jfmengels/elm-review-performance/example --rules NoUnoptimizedRecursion

many more could be fixed. I ran it myself a while back and found ~10 functions that could be optimized.

It would be cool to go through those. Fixing them one at a time and measuring the performance gain.

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