"RA Manual: Notes on Writing Code" from two econ profs at Chicago
faculty.chicagobooth.edu1 pointsby davidacoder0 comments
A.*B.*C
will automatically be translated into the de-vectorized loop version that the author identifies as the fasted way to implement something like that, without the need for any macros or other special tricks.