Dear all,<div><br></div><div>if you want to temporarily store haskell data in a file – do you have a special way to get it done efficiently?</div><div><br></div><div>In an offline, standalone app, I am continuously reusing data volumes of about 200MB, representing Map like tables of a rather simple structure,<br>
<div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>key: (Int,Int,Int) </div></div><div><div>value: [((Int,Int),LinkId)]</div></div></blockquote><br><div>which take quite a good deal of time to produce.</div>
<div><br></div><div>Is there a recommendation about how to &#39;park&#39; such data tables most efficiently in files – any format acceptable, quick loading time is the most desirable thing.</div><div><br></div><div>Thanks a lot in advance, Nick</div>