No, thereit won't be any measurable benefitfaster.
This is premature micro-optimization at its worst.
In additionfact, in order to do thisit will be orders of magnitude slower, since you'll need to pin the array using(using the fixed keyword, which is orders of magnitude slower than your existing codefixed keyword) in order to get a pointer to it.