[Haskell-cafe] Adding a builder to the "bytestring" package?

John Millikin jmillikin at gmail.com
Sun Jan 23 23:29:50 CET 2011


Patch done and sent to the bytestring maintainers. For the interested,
here's the benchmark chart for binary, cereal, and
blaze-builder/bytestring:

http://i.imgur.com/xw3TL.png

On Wed, Jan 19, 2011 at 15:30, Johan Tibell <johan.tibell at gmail.com> wrote:
> On Thu, Jan 20, 2011 at 12:16 AM, John Millikin <jmillikin at gmail.com> wrote:
>> blaze-builder already implements the "binary" builder interface, minus
>> the putWord* functions. I think those would be trivial to reimplement
>> on top of Write.
>>
>> Since it sounds like everyone agrees with / has already thought of
>> moving Builder into bytestring, I'll start poking at a patch. Who is
>> the current patch-reviewer for binary and bytestring?
>
> I'd suggest addressing the patch to Don Stewart, Duncan Coutts, and
> Lennart Kolmodin.
>
> Johan
>



More information about the Haskell-Cafe mailing list