DavidLeeds / hashmap

Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Consider add this library to clib https://github.com/clibs/clib?

FoxieFlakey opened this issue · comments

I have using this ~6 months now and quality is great so im asking about considering adding it to clib packages list as clib still dont have any type templated hashmap implementation yet

Hi @NickWilde263,

I haven't used clib before, but I'd be happy to add it. Would you like to contribute a package.json for this repository?

done https://github.com/clibs/clib/wiki/Packages its in the clib packages registry

Thanks!

you're welcome :)
fundyHappy