It is almost 10 times slower than a simple visit function that appends paths to a list (see this gist that does a comparison on the bamboo file).
This is probably due to the double access to the file at each entry to resolve links properly (one access to get the link, a second to resolve it).
It is almost 10 times slower than a simple
visitfunction that appends paths to a list (see this gist that does a comparison on the bamboo file).This is probably due to the double access to the file at each entry to resolve links properly (one access to get the link, a second to resolve it).