Why findall() function is super slow?

No, that’s not it. See This post. OP, it’s because the anonymous function is compiling, and you compile it again every time you run that call in global scope.

Won’t be a problem if you have that command in a function.

7 Likes