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
Preliminary testing shows unfold is significantly faster than the current primitive recursive implementation of repeatM, likely due to the JIT's ability to optimize the withSelf call.
The text was updated successfully, but these errors were encountered:
jnape
added
the
performance
Changes that are only perceivable in terms of space or runtime complexity
label
Sep 30, 2021
Preliminary testing shows unfold is significantly faster than the current primitive recursive implementation of
repeatM
, likely due to the JIT's ability to optimize thewithSelf
call.The text was updated successfully, but these errors were encountered: