On Wed, Mar 26, 2014 at 01:36:46PM +0200, Baruch Burstein wrote:
> Out of curiosity, in the tcl repository I found 2 8-long collisions. I
> don't have anything bigger to test. This is what I used:
> 
> select substr(uuid, 1, 8) a, count(*) b from blob group by a having b>1
> order by b;

By that test, I see 467 collission for src.fossil for 8 characters and 4
collissions for 10 characters. For pkgsrc.fossil it is 142 collisions
for 8 characters and none for 10 characters.

Joerg
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to