lopezio / wosaic

Automatically exported from code.google.com/p/wosaic
GNU General Public License v2.0
2 stars 0 forks source link

Avoid recursion in FilesystemPlugin #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the algorithm for finding pictures in the FilesystemPlugin uses
a recursive algorithm.  This is probably not very memory efficient, and
might even introduce infinite loops with symbol links.  It would be easy to
change it to add recursive directories to a processing queue, and then
spawn queries off of that.

Original issue reported on code.google.com by swegn...@gmail.com on 12 Mar 2008 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by swegn...@gmail.com on 12 Mar 2008 at 7:10