[Haskell-cafe] Simple hash table creation

Bulat Ziganshin bulat.ziganshin at gmail.com
Tue Nov 17 15:55:02 EST 2009


Hello Daniel,

Tuesday, November 17, 2009, 11:21:18 PM, you wrote:

> The hash function must have a return type of fixed and specified width, or porting the app
> between 32-bit and 64-bit platforms could have enormous performance impact, so it can't be
> plain Int.

i think that the problem with use of Int instead of Int32 here would
be different results with incorrect comparison functions, nothing more


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list