(no commit message)
authorAlbertZeyer <AlbertZeyer@web>
Mon, 28 Dec 2020 16:31:09 +0000 (16:31 +0000)
committeradmin <admin@branchable.com>
Mon, 28 Dec 2020 16:31:09 +0000 (16:31 +0000)
doc/forum/Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn

index b968650064b7f69924734f4e39b037e65de33aae..0f1c488722b1688cbef886509903bd04ecbb14be 100644 (file)
@@ -2,6 +2,8 @@ For some file types, e.g. images and sound, I would like to also add some local
 
 Ideally, I would want to add such meta data to Git-Annex. I'm not sure if this should be a backend ([[backends]]) or kept separate from it (as there will be collisions, by design).
 
+I also want fast lookups for some specific hash. I'm not sure if the Git-Annex metadata allow for that? A Git-Annex backend naturally has this feature, but then how would it handle collisions? I would want that this LSH backend just links to a list of matching files, i.e. symlinks to the real files (via SHA backend or so).
+
 Is anything like that already supported?
 
 If not, would it be possible to add such support to Git-Annex? How?