Chris Done
Chris Done
@afcowie I could fold this package into `formatting` and drop the `double-conversion` dependency.
formatting-6.3.0 now contains a reduced down copy of text-format without the double-conversion dependency. http://hackage.haskell.org/package/formatting-6.3.0/changelog
I think `length` is a good benchmark by itself, because Seq etc do indeed track length, but DList/Acc don't, which costs Seq extra constant factors, but wins when calling length....
You should use IO to do the traversal if anything. I think `Identity` would be equivalent to calling `map`, because GHC sees that it's just a newtype wrapper.
@philipp-zahn Rebased on Markov.
I'm curious, is there some potential to use prepared queries? It seems that the overhead is the analysis, and that the resulting planned query is the same, they both take...
Good catch, classic map appending bug. Please PR and I’ll merge! 👌🙂
That's not how copyright works.
Is there a migration path to bytestring-builder?
That sounds great, @meiersi. I look forward to it.