Skip to content

tizilogic/sht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple generic hashtable

Simplistic and generic hashtable using the Murmur3 hash function and linear probing to resolve collisions, implemented in C99.

For example usage see example.c.

WARNING: this library is a naive implementation and is not yet thoroughly tested. Use at your own risk (possibly better, use a more widely used library e.g. stb_ds or ZPL)

About

Simple HashTable implemented using C99

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages