We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c_hashmap
Hello!
Currently, we are using c_hashmap https://github.com/petewarden/c_hashmap which has been deprecated and suggests https://github.com/sheredom/hashmap.h as a replacement.
From https://github.com/petewarden/c_hashmap/blob/master/README: "This version is now deprecated, since it's unmaintained. @sheredom has a newer version at https://github.com/sheredom/hashmap.h"
@sheredom
I researched a bit and these are some of the popular hashmap implementations:
IMHO, we should move to any of these or any other active hashmap implementation from the current deprecated c_hashmap.
The text was updated successfully, but these errors were encountered:
I can take this one if https://github.com/sheredom/hashmap.h sounds as an apt alternative.
Sorry, something went wrong.
Sure, happy to review a PR that implements this, but please make sure we regression test all the places that use hashmaps
No branches or pull requests
Hello!
Currently, we are using
c_hashmap
https://github.com/petewarden/c_hashmap which has been deprecated and suggests https://github.com/sheredom/hashmap.h as a replacement.From https://github.com/petewarden/c_hashmap/blob/master/README:
"This version is now deprecated, since it's unmaintained.
@sheredom
has a newer version at https://github.com/sheredom/hashmap.h"I researched a bit and these are some of the popular hashmap implementations:
IMHO, we should move to any of these or any other active hashmap implementation from the current deprecated
c_hashmap
.The text was updated successfully, but these errors were encountered: