From 7bdc2bee4faad0a694f01e33a62a34bfea1a1169 Mon Sep 17 00:00:00 2001 From: Xyem Date: Fri, 1 Aug 2014 09:05:45 +0000 Subject: Added a comment --- ...ment_2_9c6688901ef20badd834419202627d5c._comment | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/todo/Speed_up___39__import_--clean-duplicates__39__/comment_2_9c6688901ef20badd834419202627d5c._comment (limited to 'doc') diff --git a/doc/todo/Speed_up___39__import_--clean-duplicates__39__/comment_2_9c6688901ef20badd834419202627d5c._comment b/doc/todo/Speed_up___39__import_--clean-duplicates__39__/comment_2_9c6688901ef20badd834419202627d5c._comment new file mode 100644 index 000000000..e372b405e --- /dev/null +++ b/doc/todo/Speed_up___39__import_--clean-duplicates__39__/comment_2_9c6688901ef20badd834419202627d5c._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="Xyem" + ip="81.111.193.130" + subject="comment 2" + date="2014-08-01T09:05:45Z" + content=""" +Could be tested out with an additional flag `--with-size-bloom` on import? + +It would then build a bloom (and use a cached one with --fast) and do the usual import. + +So I could do this: + + # Bloom is created and the import is done using it + git annex import --clean-duplicates --with-size-bloom $TARGET + + # Previously created bloom is used + git annex import --clean-duplicates --with-size-bloom --fast $TARGET2 + git annex import --clean-duplicates --with-size-bloom --fast $TARGET3 + +I can implement this behaviour in Perl with Bloom::Filter and let you know how it performs if that would be useful to you..? +"""]] -- cgit v1.2.3