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

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashmap

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

Installation

Run Makefile to build .a file. Link .a file with your project.

Description

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

Usage

All functions usage examples in example.c.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published