susy
susy copied to clipboard
Move some operations out of loops
This should be a straightforward (if minor) performance improvement for I/O: In */generic/io_lat.c, there are currently lots of NUMLINK * sizeof(fmatrix)
multiplications inside loops over the lattice volume, which can be brought out front and stored in a constant data_size
variable, as in the 2d_SQCD_dev branch.