You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: