susy icon indicating copy to clipboard operation
susy copied to clipboard

Move some operations out of loops

Open daschaich opened this issue 2 years ago • 0 comments

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.

daschaich avatar Mar 03 '22 16:03 daschaich