Branch: Tag:

2013-11-02

2013-11-02 14:06:45 by Per Hedbor <ph@opera.com>

Only use the crc32 function if there are not excessive amounts of hash collisions

81:      /* Force a new hashkey to be generated early during init. */   static unsigned int need_new_hashkey_depth=0xffff; - static size_t hashkey = 0xa55aa55a; + static size_t hashkey = 0;      static unsigned INT32 htable_size=0;   static unsigned int hashprimes_entry=0;