larsendt / hashtable

A hashtable in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Hashtable in C

  • Linked-list based chaining for dealing with collisions.
  • Murmur as the internal hashing mechanism (good performance, good collision stats).
  • BSD 2-clause license.

For a pretty straightforward example of how to use, see main.c.

All dependencies are included.

About

A hashtable in C

License:BSD 2-Clause "Simplified" License


Languages

Language:C 81.8%Language:Objective-C 18.2%