summaryrefslogtreecommitdiff
path: root/doc/todo/Alternative_mode_control_for_import/comment_4_767dfbaf72de52bd5fbe4c37add5bd91._comment
blob: 70c49cf79488bd9a08b2d36b2380cb02c48e85b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 4"""
 date="2017-02-09T19:33:46Z"
 content="""
Actually, import --deduplicate, --skip-duplicates, --clean-duplicates 
are implemeted naively and do hash files twice. So it's
the same efficiency..

But, I just finished a more complicated implementation that avoids
the second hashing.

That does make the combined action worth adding, I suppose. Done so as
--reinject-duplicates.
"""]]