The const array is fast, the const seq seems to be very slow, much worse than 
in the var array vs. var seq case. So, const seq definitely is not identical to 
const array.

To me, the takeaway message is: do not use const seq (probably does not make 
much sense to use anyway) and use const array instead.

Reply via email to