<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Dear Café,</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">How can I compile large data in the source code? The data structure contains a few numerical and String constants and a long list of structures (containing two short lists of Strings).</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If I use ghci, it's fine, no problem (until some size). When I want to compile then I run out of memory (32GB, plus 32GB swap) on arch linux. Yes, machine with 256GB solved temporarily the problem, but only temporarily.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">The data is generated (about 10.000 elements for the list and more). Should it be read from the file during the runtime? Should the structure be somehow decoupled (to small lists, each of them in a separate file)? Or there is no way, how to make it work... :-(</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If I use different input, a bit smaller, which I can compile, the resulting binary is rather small, less than 7MB. </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Regards</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Dušan</p>
<br /></body>
</html>