[Haskell-cafe] DB vs read/show for persisting large data

Ozgur Akgun ozgurakgun at gmail.com
Wed Dec 14 16:45:36 CET 2011


On 14 December 2011 15:02, Yves Parès <limestrael at gmail.com> wrote:

> The 'derive' package? The problem is that it has a lot of dependencies you
> maybe don't need if you jut want serialization, plus it relies on TH so it
> grows both compilation time and executable size.
>

Well you can use the stand alone executable to generate the code for
instances and only ship that with your package. No added dependencies at
all.

Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111214/84533fb5/attachment.htm>


More information about the Haskell-Cafe mailing list