Skip to content

jfblomgren/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashmap

This hashmap implementation is meant to be as simple as possible, while still working with arbitrary types for both keys and values. To keep it as simple and versatile as possible, it only manages memory for itself, and not for the keys and values it stores.

Usage

Available functions can be seen in the header, while an example of usage can be seen in example.c.

About

Simple and flexible hashmap implementation in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages