in reply to 'constant' vs array

In either case, the computer must read from memory in order to make use of the data, so no, I would expect nearly no gain moving from one to the other.

The reason you would choose to use the constant version would be to ensure the array is not changed during program execution.

-Scott