tizilogic / sht

Simple HashTable implemented using C99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 100.0%