Files
OpenRA/OpenRA.Game/Map
RoosterDragon 0c2d060d43 Use Array.IndexOf to speed up Shroud.Tick.
As the `touched` cell layer uses Boolean values, Array.IndexOf is able to use a fast vectorised search. Most values in the array are false, so the search is able to significantly improve the performance of finding the next true value in the array.
2023-11-04 18:46:08 +02:00
..
2023-10-30 23:31:33 +02:00
2023-08-20 20:41:27 +02:00
2023-03-18 12:46:10 +02:00
2023-06-20 17:57:40 +02:00
2023-08-20 20:41:27 +02:00
2023-10-30 23:31:33 +02:00
2023-08-07 21:38:09 +02:00
2023-08-11 15:51:53 +02:00
2023-04-08 16:51:51 +03:00
2023-05-02 16:37:30 +03:00
2023-03-18 12:46:10 +02:00
2023-08-11 15:51:53 +02:00
2023-06-20 17:57:40 +02:00