Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hash tables

Status
Not open for further replies.

danielhozac

Programmer
Aug 21, 2001
2,058
SE
Does anyone know of a free C library that provides hash table functionality? Or perhaps a good reference page so I could learn how to write it myself...

By the way, I'm using Linux. //Daniel
 
For anyone who is interested, I found a reference implentation at this site: This reference implementation and the glib sources made me confident enough to write my own library.

Thanks. //Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top