Skip to content

cmState: store commands in unordered_map

Replace std::map with std::unordered_map for faster commands lookup.

Merge request reports