in reply to How to traverse an array as fast as possible?
(I expect for my $value (@array) to be the fastest, because it does the least unnecessary extra operations, but that's really just guessing)