-
Notifications
You must be signed in to change notification settings - Fork 409
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
Hakyll.Core.Runtime: use MVar
instead of TVar
#863
Conversation
quick benchmarks on my own site at https://github.com/vaibhavsagar/website,
|
Huh, I tried running it again in the other order and it gave me the opposite result:
|
I still don't know anything about async Haskell, but I read the Control.Concurrent.MVar doc and these changes look okay. So I'll merge this.
Your environment is probably noisy. On my machine,
I was hoping that
|
Thank you @vaibhavsagar! |
My pleasure! |
Proposing a slightly different choice of concurrent variable type to #844.