[Haskell-cafe] Fwd: Re: Binary and Serialize classes

Alberto G. Corona agocorona at gmail.com
Tue May 3 16:13:37 CEST 2011


---------- Forwarded message ----------
De: "Alberto G. Corona" <agocorona at gmail.com>
Fecha: 03/05/2011 11:24
Asunto: Re: [Haskell-cafe] Binary and Serialize classes
Para: "Antoine Latter" <aslatter at gmail.com>

E1610With the exception of heavy  serialization usage, for example, in very
optimized RPC applications (and even there SOAP shows that this is not ever
the case), text serialization is better. The unwritten rules of good design
says that data representation and compression must be orthogonal. The binary
formats were designed for performing both functionalities in the times when
memory were measured in Kbytes.



2011/4/28 Antoine Latter <aslatter at gmail.com>
>
> On Thu, Apr 28, 2011 at 10:00 AM, Evan Laforge <...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110503/85173085/attachment.htm>


More information about the Haskell-Cafe mailing list