mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Thu, 27 Sep 2007 23:59:18 -0500
changeset 5366 d0c48891dd4a
parent 0 9117c6561b0b
permissions -rw-r--r--
bdiff: switch to lyhash lyhash is a very simple and fast hash function that had the fewest hash collisions on a 3.9M line text corpus and 190k line binary corpus and should have significantly fewer collisions than the current hash function.