Manuel Bärenz
Manuel Bärenz
* [ ] Good, separate benchmarks for `embed` * [ ] Look into performance of `embed` * [ ] IO benchmark rhine * [ ] IO benchmark baselines in automaton...
This was used extensively to create recordings for the rhine-bayes blog post.
@AndrasKovacs suggested a great performance improvement that would allow more inlining. Instead of a recursive `SN` type that is erased at runtime, I can "functionalize" signal networks by encoding them...
Prerequisite for #261
* [ ] Merge #341 first
[containers](https://hackage.haskell.org/package/containers-0.7) has updated to version 0.7. It would be great if gloss supported it. If you're interested, I can prepare a PR.