mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 10:14:46 +00:00
operator[] performs a default construction if an object at the given key doesn't exist before overwriting it with the one we provide in operator= insert_or_assign performs optimal insertion by avoiding the default construction if an entry doesn't exist. Not a game changer, but it is essentially a "free" change.