Files
yuzu-mainline/src/common
Lioncash 6279c2dcf4 param_package: Use std::unordered_map's insert_or_assign instead of map indexing
This avoids a redundant std::string construction if a key doesn't exist
in the map already.

e.g.

data[key] requires constructing a new default instance of the value in
the map (but this is wasteful, since we're already setting something
into the map over top of it).
2018-07-20 17:24:06 -04:00
..
2016-03-13 04:54:23 +01:00
2018-07-07 14:17:44 +02:00
2018-07-06 15:47:06 +02:00
2018-04-13 23:48:22 -04:00
2018-07-07 13:59:18 +02:00
2017-03-01 23:30:57 +02:00
2018-07-18 23:57:15 -04:00
2016-12-05 19:09:16 +01:00