Files
OpenRA/OpenRA.Mods.RA
atlimit8 31a096dcf1 HashSet<byte> => BitArray resourceTypeIndices
BitArray can store 256 bits in 32 bytes plus overhead (pointer & length),
which gives it better memory locality too (<= 2 locations in memory).
Also, the actual count will be much less, probably at most around a dozen.
This might not impact performance, but the AI is dumb & HashSet<byte> is
clearly inefficient.
2014-10-09 20:03:25 +01:00
..
2014-10-06 01:57:10 -04:00
2014-10-04 23:17:15 +13:00
2014-10-06 01:57:10 -04:00
2014-09-19 22:05:45 -04:00
2014-10-06 01:57:10 -04:00
2014-10-07 02:14:09 -04:00
2014-07-20 14:50:37 +02:00
2014-10-01 21:28:49 +13:00
2014-07-24 19:08:08 -05:00
2014-10-06 01:57:10 -04:00
2014-07-08 00:30:55 +12:00
2014-07-20 14:50:37 +02:00
2014-08-30 18:06:05 +02:00
2014-09-28 23:10:28 +02:00
2014-07-20 14:50:37 +02:00
2014-10-06 01:57:10 -04:00
2014-09-04 20:28:34 +02:00
2014-08-29 23:00:53 -05:00
2014-10-04 23:17:15 +13:00
2014-07-12 13:31:14 -05:00
2014-07-20 14:50:37 +02:00
2014-10-06 01:57:10 -04:00
2014-10-01 09:48:41 -04:00
2014-09-21 01:34:35 -04:00
2014-09-21 01:34:35 -04:00
2014-10-06 01:57:10 -04:00
2014-07-12 13:31:14 -05:00
2014-10-04 23:17:15 +13:00
2014-10-04 23:17:15 +13:00
2014-07-20 14:50:37 +02:00