3,167861 ms foreach array
9,075665 ms for array unoptimized
2,935359 ms for array optimized
20,38946 ms foreach list
17,04064 ms for list unoptimized
6,171315 ms for list optimized
As i said they are very little differences between them, only the foreach list is the very slow one compared to the rest (9 times slower than the for ...