---------- Forwarded message ----------
De: "Alberto G. Corona" <agocorona@gmail.com>
Fecha: 03/05/2011 11:24
Asunto: Re: [Haskell-cafe] Binary and Serialize classes
Para: "Antoine Latter" <aslatter@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@gmail.com>
>
> On Thu, Apr 28, 2011 at 10:00 AM, Evan Laforge <...