I'm implementing a client/node in Delphi.  I've got a question about the
closesness of two keys.

In the source code, it looks like the 'compare' method of 'Key' gives
more weight to character differences earlier in the string.

For example:
A = "1129948930"
B = "1129148930"
C = "1129633462"

C is closer to A than B is.

First, have I read the code correctly and second, is C really closer to
A than B?

Jim

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to