is it better to use MeshFilter[] or three separate MeshFilter var's

For saving the mesh geometry of select 3 previous states, I am wondering if I should use a MeshFilter array or to define three separate variables. Which would be the better approach in terms of performance?

Almost no difference in performance at all, to the point where you just pick the one which is easier to work with for your case