[Haskell-cafe] Persisting a Map

Ozgur Akgun ozgurakgun at gmail.com
Thu Dec 19 03:11:24 UTC 2013


Hi.

On 19 December 2013 00:58, Andrew Cowie <andrew at operationaldynamics.com>wrote:

> I'm wondering if just using cereal or so would be sufficient (there is a
> Serialize instance, of course), or whether I should be using some
> acid-state thing, or a Haskell binding to gdbm,  or sqlite, or...
>

I've used cereal without any problems for a similar purpose before.
I'd say go for it: it is very easy to use and pretty fast as well.

Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131219/3847f7a2/attachment.html>


More information about the Haskell-Cafe mailing list