>> Apparently, it would iterate over all defined pcase macros (N), and for >> each of those, `help-fns-short-filename` would iterate over all items in >> `load-path` (M). Total time complexity is N*M. > Adding Stefan and Joćo, in case they have some comments or > suggestions. How 'bout a patch like the one below? Stefan