Skip to content

Add a map in MultiAttribute object to improve performances (#424)

This solution is using an std::map. Using an unordered_map if the compiler supports it could slightly improve the performances even more. The gain is already big using an std::map.

Merge request reports

Loading