charleso/portmanteau

Check performance of `EitherT x Get` vs `Get`

Opened this issue · 0 comments

The binary Get monad reports errors using fail + strings, which isn't that nice. We should see how much overhead it is to add EitherT to the stack and make some benchmarks.