bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hsearch


From: sundaresh venugopal
Subject: hsearch
Date: Thu, 03 Oct 2002 07:03:53 -0500

Following is a hash table management module in C.
Features
1) Rehashing instead of synonym chaining.
2) Near perfect: 93% of table used.
3) Total hashes 1.5 - 1.6 the number of elements
   in the table, when the table is full.
4) ANSI C compliant portable source.
5) Extensively tested using gcc.
6) Text based user documentation.

Also contains.
Order preserving numeric and string hashing functions, which can be used to 
easily design
a hash table using synonym chaining.

I feel that this code could be useful.Please 
take a look it and reply.
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Get 4 DVDs for $.49 cents! plus shipping & processing. Click to join. 
http://adfarm.mediaplex.com/ad/ck/990-1736-3566-59

"Free price comparison tool gives you the best prices and cash back!"
http://www.bestbuyfinder.com/download.htm

Attachment: hash.zip
Description: Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]