[Haskell-cafe] Boxed Mutable Arrays

Don Stewart dons at galois.com
Tue Dec 15 02:42:01 EST 2009


bulat.ziganshin:
> Hello Brad,
> 
> Tuesday, December 15, 2009, 1:55:41 AM, you wrote:
> 
> > How about a fast STHashTable?
> 
> you can use array of arrays instead of large array

Note to minmize the issue, but we get many of the same benefits via the
associated type transformation (e.g. for arrays of
pairs/complex/triples)

-- Don


More information about the Haskell-Cafe mailing list