Skip to content

Commit

Permalink
Move more TODOs into issues #12, #13, and #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Sokolow authored and Stephan Sokolow committed Aug 20, 2014
1 parent d013d1d commit c9d59b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastdupes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
--snip--
@todo:
- When in hash comparison mode, start the second comparison at the point the
header check left off at. (Which, for small files, means to just skip it)
- The result groups should be sorted by their first entry and the entries
within each group should be sorted too.
- As I understand it, C{fnmatch.fnmatch} uses regexes internally and doesn't
cache them. Given how many times it gets called, I should try using
C{re.compile} with C{fnmatch.translate} instead.
Expand All @@ -34,7 +30,6 @@
U{http://ubuntu.wordpress.com/2005/10/08/find-duplicate-copies-of-files/}
- Look into possible solutions for pathological cases of thousands of files
with the same size and same pre-filter results. (File handle exhaustion)
- Support displaying duplicated directory trees as single results.
- Run this through a memory profiler and look for obvious bloat to trim.
- Look into supporting gettext localization.
Expand Down

0 comments on commit c9d59b1

Please sign in to comment.