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

optimisations around laziness #21

Open
jmtd opened this issue Aug 1, 2017 · 0 comments
Open

optimisations around laziness #21

jmtd opened this issue Aug 1, 2017 · 0 comments

Comments

@jmtd
Copy link
Owner

jmtd commented Aug 1, 2017

curb lazyness? in some code (with loops) this is really the bottleneck
happens mainly in recursive functions, which can easily be given _
what would be cool is a strictness analysis for all parameters that
are used twice, for all callers wether the argument is "functional".
This could automatically speed up all code, but is not trivial.

@jmtd jmtd added the Aardappel label Aug 1, 2017
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