[Haskell-cafe] Data.Binary and little endian encoding

John Van Enk vanenkj at gmail.com
Thu May 28 12:08:21 EDT 2009


>
>
> I'm trying to implement the protocol, so that I can implement other things
> on top of that.
>
> I'm also trying to figure out how bad/good Haskell Binary IO really is that
> it's been addressed a few times differently :-)
>
>

FWIW, I've used Data.Binary extensively and have found it a joy to work
with. I've used it to serialize/deserialize ethernet packets in real time
for a VPN implementation and have never had a problem. It's quite fast and
robust.

/jve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090528/b27b2ca1/attachment.html


More information about the Haskell-Cafe mailing list