Skip to content
/ bdhash Public

A general purpose C hash map because every C programmer should write one at least once.

License

Notifications You must be signed in to change notification settings

bd2357/bdhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdhash

Because evey C programmer should write a hash map package once in their lives.

Generic hash map with configurable hash size and flexible keys and values. Currently uses hash of lists and the key compare is not efficent. Supports static and extendable maps since if used in embedded there is often no useful malloc

About

A general purpose C hash map because every C programmer should write one at least once.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages