I run $(filter ) with each argument of thousands of strings. It runs slow. I'm wondering what the run time complexity of $(filter ) is. Suppose I have n strings for each argument. Is the run time complexity n*n or log(n)?
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
