help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the runtime complexity of $(filter )?


From: Peng Yu
Subject: What is the runtime complexity of $(filter )?
Date: Sat, 9 Jan 2010 11:33:55 +1800

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)?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]