Manuel Bärenz

Results 604 comments of Manuel Bärenz

@treeowl I have the feeling that your analysis might be right. But why would your example reduce sharing? It still has `10^7` as a common subexpression, which might get shared....

I think I can reproduce, but the effect is not as strong as with your machine: ``` benchmarking 1 time 44.11 ms (43.78 ms .. 44.49 ms) 1.000 R² (0.999...

In fact #323 isn't even needed for some of the speedups, it turns out. The simple `rhine sum` benchmark shows a __>200x__ speedup with this change.

Assuming I'm using a noninteractive resolution tool, I'm wondering whether it is possible to specify the expectations to that tool. We should expect it respect an associativity law. Maybe it's...

Can you document in the haddocks why some functions are "pure" and others aren't?

See for example [`decrypt`](https://hackage-content.haskell.org/package/sel-0.1.0.0/docs/Sel-PublicKey-Cipher.html#v:decrypt) which uses `unsafeDupablePerformIO`, while `encrypt` doesn't. I don't understand why one of them is treated that way and not the other.

https://www.isitdownrightnow.com/serpentine.com.html says that the site is certainly down. Maybe you still have it cached?

Also, the https variant doesn't work for me either.

When I SSH into my webserver, I can curl the site (but only http). From my personal laptop, I cannot curl it. It says: ``` ❯ curl http://www.serpentine.com/criterion/tutorial.html curl: (6)...

github.io or readthedocs sound like sensible places.