Skip to content

jeffreywugz/ht

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

ht is a very simple Hash Table library written in C.

Features

  • String hashing only.
  • Optional redefinition of the key hash function (“djb2” by default).
  • Store any data (void*).
  • Non-blocking resize.
  • Optional key alloc/free functions. If none are specified, the key is not copied.

Multi-threading support will not be added.

About

A simple hash table with non-blocking resize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published