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:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
