fm.announce
[Top] [All Lists]

hash.c 2 - A C hash table with quadratic probing.

Subject: hash.c 2 - A C hash table with quadratic probing.
From:
Date: Thu, 21 Sep 2006 02:23:44 +0000 UTC
Newsgroups: fm.announce
hash.c 2  
  by David Crawshaw (http://freshmeat.net/~crawshaw/)
  Wed, Sep 20th 2006 19:23 

About:
hash.c is a C hash table with quadratic probing. It is very small and easy
to use.  

Changes:
This release uses exponentiation instead of xor in hashing. It adds a
hash_destroy function. 

Release focus: Major bugfixes 
      License: BSD License (revised) 
  Project URL: http://freshmeat.net/projects/hash.c/

            Homepage: 
http://freshmeat.net/redir/hash.c/66403/url_homepage/hash.html
 


<Prev in Thread] Current Thread [Next in Thread>