Skip to content

Replace c style uthash with std::unordered_map<K, V> #16661

Open
@dumganhar

Description

@dumganhar

Now we're using c++11 and have replaced some part of uthash code since v3.0,
but not all code which uses uthash was modified.
The performance of std::unordered_map is good enough, therefore we could safely replace all uthash code with std::unodrdered_map<K, V>, it will be more c++ friendly and readable.

Currently, there are serval modules are using uthash:

uthash-modules

TODO LIST:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions