[Haskell-cafe] Why is my mappend so slow?
Tom Ellis
tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Fri Nov 20 09:31:28 UTC 2015
On Fri, Nov 20, 2015 at 10:18:46AM +0100, martin wrote:
> (++) is only used in the Wtrs themselves, but these are only called when I am actually logging something, which is only
> a handful of lines. Adding an mempty Logger does not change the number of lines written but does change the execution
> time. So I don't think this is it.
Surely every call logs *something* even if it's []?
More information about the Haskell-Cafe
mailing list