Skip to content
Snippets Groups Projects
Commit 259a7584 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Aleksandr Lyapunov
Browse files

lib: refactor assoc library a bit

- Use uint32_t for string length. Actually internally it cannot
take more that INT_MAX length, so uin32_t is enough. This change
makes the hash table a bit more compact.
- Rename mh_strnptr_find_inp -> mh_strnptr_find_str. I beleive it
makes it more understandable.

NO_DOC=refactoring
NO_CHANGELOG=refactoring
NO_TEST=refactoring
parent 3cad9398
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment