Skip to content

Fixed size hash map over array in C language for any data type. Thread safety and extremely fast.

Notifications You must be signed in to change notification settings

karen07/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashmap

Fixed size hash map over array in C language for any data type. Thread safety and extremely fast. alt text

Link

You can add hashmap to your project as CMake subdirectory or compile hashmap and link lib to your project. To build the thread safety version, you must pass define THREAD_SAFETY.

Description

This hash map use list over array on collision. Hash map structure add int32_t next to input type.

Usage

All functions usage examples in test.c.

Article

You can read about the method in the article.

About

Fixed size hash map over array in C language for any data type. Thread safety and extremely fast.

Resources

Stars

Watchers

Forks

Packages

No packages published