a question about numpy.recarray:There is a parameter order in constructor https://docs.scipy.org/doc/numpy-1.10.1/reference/ , but it seems to have no effect:generated/numpy.recarray.html x = numpy.recarray(dtype=[('a', int), ('b', float)], shape=[1000], order='C')