Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
/ libhashtable Public archive

[Unstable] A simple implementation of an hashtable just for learning purpose in C99 under MIT.

License

Notifications You must be signed in to change notification settings

darnuria/libhashtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libhashtable

A simple implementation of Hashtable in C99 with murmurhash algorithm which is under Mit Licence.

Dependancies

Disclamer

I do not own any right on murmurhash algorithm or code or implementation. See https://code.google.com/p/smhasher/ for details.

About

[Unstable] A simple implementation of an hashtable just for learning purpose in C99 under MIT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published