---------- Forwarded message ----------
De: "Alberto G. Corona" <agocor...@gmail.com>
Fecha: 03/05/2011 11:24
Asunto: Re: [Haskell-cafe] Binary and Serialize classes
Para: "Antoine Latter" <aslat...@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 <aslat...@gmail.com>
>
> On Thu, Apr 28, 2011 at 10:00 AM, Evan Laforge <...
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to