-
Committer:
John Arbash Meinel
-
Date:
2007-12-05 13:49:25 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3131.
-
Revision ID:
john@arbash-meinel.com-20071205134925-4s1wo9k920cbnavb
using PyObject_Hash, but memcmp if both sides are strings
Using original djb2 hash and only handling strings: 4.340s
With PyObject_Hash and memcmp/PyObject_Compare: 5.550s :(