We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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.
The text was updated successfully, but these errors were encountered:
elm-tooling
subsequencesNonEmpty
No branches or pull requests
@jfmengels did some tail call optimizing on a few functions a wall back (Thanks @jfmengels ). He noted that with this command:
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.
The text was updated successfully, but these errors were encountered: