<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: [RFC] Integer hash</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello.</FONT>
</P>

<P><FONT SIZE=2>Andreas, I don't think bitAnd: SmallInteger maxValue or something like that is a good hash.</FONT>
</P>

<P><FONT SIZE=2>If a proposed good hash is more expensive than aLargeInt \\ aSmallInt, we might as well use</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>LargeInteger&gt;&gt;hash</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>^self</FONT>
</P>

<P><FONT SIZE=2>and let Sets and Dictionaries deal with the &quot;big value&quot; by doing \\ as usual.</FONT>
</P>

<P><FONT SIZE=2>Just my 2 cents,</FONT>
<BR><FONT SIZE=2>Andres.</FONT>
</P>

</BODY>
</HTML>