[Haskell-cafe] Purely Functional Data Structures

Jeremy Shaw jeremy at n-heptane.com
Sat Mar 7 21:41:45 EST 2009


At Sun, 08 Mar 2009 02:28:43 +0100,
G?uenther Schmidt wrote:
> 
> [1  <text/plain; windows-1252 (quoted-printable)>]
> Hi Jeremy,
> 
> I had used HAppS-IxSet before and was very happy with it, it offered 
> pretty much everything I needed. I switched (back) to SQL once I had hit 
> a bump in the road that I wasn't able to fix, a stack-overflow that 
> occurred once I ran the code against the largest sample data I had. It 
> occurred because I could not make the inserts into the set strict.
> 
> However since then my haskell skills have improved somewhat and right 
> now I'm giving it another go.

If you still run into the issue, and it can be best solved by adding a
strict version of insert (or something similar), definitely submit a
patch. Now that the project is alive again, the patch should be
accepted and applied in a matter of hours.

-- jeremy 


More information about the Haskell-Cafe mailing list