Skip to content
  • elsid's avatar
    Use vector for Animation::mActiveControllers · 9326111f
    elsid authored
    Container is only used to add elements, iterate over all of them and
    clear. Multimap adds overhead for all of these operations without any
    benefits. Reduce Animation::resetActiveGroups CPU time usage by 50%.
    9326111f