-
Notifications
You must be signed in to change notification settings - Fork 25
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
improve performance for single-effect uses #98
Comments
moved: benchmark report |
ndet
and state
effects
potential solution:
would require some effort to test out. |
so, we tried using data families for
perhaps if we also were able to convert |
There is now fused-effects package, which seems to be quite performant too. I will probably benchmark it against extensible-effects some time later. |
MTL
sState
is very fast and difficult to beat when it comes to single-effect uses. Can this be beaten? Similarly for non-determinism,ContT
is difficult to beat.The text was updated successfully, but these errors were encountered: