Files
OpenRA/OpenRA.Mods.Common
RoosterDragon 58e8b123db Avoid some allocations during loading.
- In FieldLoader, cache boxed bools and some boxed ints.
- In FieldLoader, presize collections when parsing a List, HashSet or Dictionary.
- In FieldLoader, don't allocate a list of missing items until required.
- In FieldLoader, when a string value is passed, avoid wrapping this in a MiniYaml object by allowing both strings and yaml to be passed in the GetValue overload that does the real work.
- In Animation, avoid allocating no-op actions.
- In VxlReader, use EnsureCapcity to better size the Dictionary.
- In VxlReader change VxlElement to a struct.
- In Locomotor, presize TerrainSpeeds dictionary.
2023-07-16 23:21:20 +02:00
..
2023-06-06 11:51:47 +03:00
2023-04-22 19:23:41 +02:00
2023-06-06 11:51:47 +03:00
2023-06-20 17:57:40 +02:00
2023-04-08 16:51:51 +03:00
2023-04-08 16:51:51 +03:00
2023-06-20 17:57:40 +02:00
2023-06-20 17:57:40 +02:00
2023-06-20 17:57:40 +02:00
2023-06-20 17:57:40 +02:00
2023-06-20 17:57:40 +02:00
2023-06-20 17:57:40 +02:00
2023-04-08 16:51:51 +03:00
2023-06-06 11:51:47 +03:00
2023-06-06 11:51:47 +03:00
2023-04-08 16:51:51 +03:00
2023-01-11 11:58:54 +02:00
2023-06-06 11:51:47 +03:00
2023-04-08 23:15:40 +02:00
2023-03-07 13:18:13 +02:00
2023-04-08 16:51:51 +03:00
2023-03-18 12:46:10 +02:00
2023-04-08 16:51:51 +03:00
2023-03-18 12:46:10 +02:00