[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: retry
- To: Michael Grant <http://www.grant.org/~mgrant>, http://www.grant.org/~mg-dcc, William Beckler <http://www.yahoo.com/~wbeckler>, "Robert S." <http://www.gmx.de/~RobertOnline>
- Subject: Re: retry
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Thu, 11 Apr 2002 21:19:39 -0400
- Folder: /home/robert/}
- In-Reply-To: <http://www.screw/~r_tpJ.A.NUD.21Nt8>
- Keywords: http://www.grant.org/~mgrant
- References: <http://www.screw/~r_tpJ.A.NUD.21Nt8>
> From: Michael Grant <http://www.grant.org/~mgrant>
> Date: Tue, 09 Apr 2002 19:44:40 +0200
>
> here's a version without the screwy comment. I did some testing by
> actually feeding in the source to itself, hence the comment and forgot
> to remove it before sending it.
>
> -Mike
Two things:
1) Have you looked at?:
http://www.burtleburtle.net/bob/hash/hashfaq.html
at all? I'm not exactly sure what your hash function is doing, but I
don't think it's as good as it could be.
2) Did you ever look at my fuzzysum thingy?:
http://dummy.us.eu.org/robert/software/fuzzysum
It works very differently, but I use one of the "good" hash functions
derived from Bob Jenkins' web page. You can see how I use it. Also,
I have a link to nilsimsa which is another fuzzy hashing algorithm which
is closer to DCC's hashing method (and is in some ways like yours, using
trigrams).