meiersi / blaze-builder

Efficient serialization of Haskell values to lazy bytestrings with a large average chunk size.
http://jaspervdj.be/blaze
Other
21 stars 22 forks source link

Add a function that directly converts a Write to a ByteString #11

Closed takano-akio closed 11 years ago

takano-akio commented 11 years ago

This function is useful when you want to efficiently construct a short, fixed-sized bytestring.

meiersi commented 11 years ago

Thank you very much.

meiersi commented 11 years ago

Released: http://hackage.haskell.org/package/blaze-builder-0.3.2.0