On Mon, May 09, 2005 at 05:10:21PM +0200, Jens Axel Søgaard wrote:
> I just fell over
> Procedure: make-hash-table [ equal? ] [ hash ] [ sizehint ] ->
> hash-table
> shouldn't this be
> Procedure: make-hash-table [[equal?] [[hash] [[sizehint]]]] ->
> hash-table
Or
Procedure: make-hash-table [ equal? [ hash [ sizehint ]]] ->
hash-table
Answers: probably yes. I'll fix this in next revision.
On Mon, May 09, 2005 at 05:26:55PM +0200, Jens Axel Søgaard wrote:
> "Hash tables have no intrinsic order for these associations, and
> allow key lookup and destructive updating in amortised constant time."
>
> How about adding "provided a good hash functions is used"?
I forgot to add the mention there. Will fix.
Panu
--
personal contact: xxxxxx@iki.fi, +35841 5323835, +3589 85619369
work contact: xxxxxx@ling.helsinki.fi, +35850 3678003
kotisivu (henkkoht): http://www.iki.fi/atehwa/
homepage (technical): http://sange.fi/~atehwa/