[Haskell-cafe] The state of binary (de)serialization

Andrew Cowie andrew at operationaldynamics.com
Fri Mar 1 04:11:04 CET 2013


On Mon, 2013-02-25 at 11:59 -0800, Johan Tibell wrote:

> Simon's builder (originally developed in blaze-binary) has been merged
> into the bytestring package.

I've been meaning to ask: does this mean that ByteString's concat and
append functions will now be implemented in terms of Builder internally,
or does one will need to use Builder exclusively until it's finally time
to create a ByteString for passing to $whatever?

AfC
Sydney





More information about the Haskell-Cafe mailing list