fastdupes icon indicating copy to clipboard operation
fastdupes copied to clipboard

Run fastdupes through a memory profiler and optimize

Open ssokolow opened this issue 9 years ago • 0 comments

Once I've implemented certain other optimizations which involve caching file metadata between passes, I'll want to make sure I haven't introduced any unnecessary memory bloat in the process.

...of course, I'll need to look up the best option for profiling memory consumption in a Python program first.

ssokolow avatar Aug 24 '14 07:08 ssokolow