8000 GitHub - maxbeutel/c-hashmap: Hashmap implementation in C
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maxbeutel/c-hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Hashmap implemention in C, based on how PHP 7 implemented it's HashTable

Compiling

Written in plain vanilla C (and using bstrlib for sane string handling), this library can be compiled with just:

make

Running tests

Make is also used to run the unit tests, written with minunit:

make check

About

Hashmap implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0