[Haskell-cafe] Boxed Mutable Arrays
Bulat Ziganshin
bulat.ziganshin at gmail.com
Tue Dec 15 03:06:25 EST 2009
Hello Don,
Tuesday, December 15, 2009, 10:42:01 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)
Data.HashTable uses array of lists, so it can't be unboxed
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list