Skip to content

Commit

Permalink
Move more TODOs into issues #16, #17, #18, and #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Sokolow authored and Stephan Sokolow committed Aug 21, 2014
1 parent 428fdf7 commit e04cb75
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fastdupes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
--snip--
@todo:
- Add a mode which caches hashes indexed by C{(inode,size,mtime/ctime)} so
users can trade away a bit of accuracy for a lot more speed.
- Group files by C{stat().st_ino} to avoid reading from the same inode more
than once and to allow advanced handling of hardlinks in C{--delete} mode.
- Offer a switch to automatically hardlink all duplicates found which share
a common partition.
- Confirm that the byte-by-byte comparison's short-circuit evaluation is
working properly and efficiently.
- Once ready, announce this in a comment at
U{http://ubuntu.wordpress.com/2005/10/08/find-duplicate-copies-of-files/}
- Look into possible solutions for pathological cases of thousands of files
Expand Down

0 comments on commit e04cb75

Please sign in to comment.