Experiments with hashing maps
Go to file
ntchambers 2ee28fcd97 Add a lookup-and-return-default-value method 2018-06-19 15:13:51 -05:00
include Add a lookup-and-return-default-value method 2018-06-19 15:13:51 -05:00
src Add a lookup-and-return-default-value method 2018-06-19 15:13:51 -05:00
.gitignore Setup the basic .gitignore 2018-05-18 09:03:55 -05:00
CMakeLists.txt Allow for arbitrary value types 2018-05-19 21:36:01 -05:00
LICENSE Initial commit 2018-05-18 17:04:18 -05:00
README.md Initial commit 2018-05-18 17:04:18 -05:00
hashmap.pc.in Apply fixes to let 1.0.1 build 2018-05-19 12:29:47 -05:00

README.md

hashmap

A small hashmap written in C to use with some other projects