JosJuice 2f264c6448 Common: Optimize Config::Get
The way Config::Get works in master, it first calls
Config::GetActiveLayerForConfig which searches for the
setting in all layers, and then calls Config::Layer::Get
which searches for the same setting again within the given
layer. We can remove this second search by combining the
logic of Config::GetActiveLayerForConfig and
Config::Layer::Get into one function.
2020-11-25 16:26:13 +01:00
..
2020-11-25 16:26:13 +01:00
2020-05-13 20:53:10 +02:00
2020-10-21 07:35:42 -04:00
2020-10-23 14:58:03 -04:00
2016-12-06 20:33:53 +01:00
2020-08-27 21:54:04 +01:00
2020-05-13 20:53:10 +02:00
2018-10-28 17:57:46 +00:00
2018-05-27 18:48:09 -04:00
2020-05-13 20:53:10 +02:00
2019-10-07 22:46:36 +02:00
2020-05-03 20:48:30 +04:00
2018-09-29 22:52:29 -07:00
2020-10-26 22:47:56 +01:00
2018-04-12 21:28:39 +02:00
2018-08-13 12:17:56 -07:00
2020-11-21 02:08:09 +01:00
2020-07-24 15:06:39 -07:00
2020-05-13 20:53:10 +02:00
2018-04-12 21:28:39 +02:00
2019-05-06 18:48:04 +00:00
2019-06-14 15:04:09 -04:00
2016-07-16 22:48:46 +02:00
2020-10-23 14:58:03 -04:00
2020-10-23 14:58:03 -04:00
2019-06-14 15:04:09 -04:00
2019-04-08 07:06:21 -04:00
2018-04-12 21:28:39 +02:00
2018-05-31 17:54:43 +02:00
2018-04-12 21:28:39 +02:00
2020-10-23 14:58:03 -04:00
2018-05-11 09:19:30 -04:00
2018-10-02 05:44:50 -04:00
2018-10-02 05:44:50 -04:00
2020-10-23 14:58:03 -04:00
2020-10-23 14:58:03 -04:00
2020-10-23 14:58:03 -04:00
2019-05-06 18:48:04 +00:00
2020-10-23 14:58:03 -04:00