Interested to know what algorithm you use for --fuzzy. Presumably not any of the worst-case-quadratic diff algorithms... MinHash on n-grams?
I implemented it quite quickly I use SimHash for now but I need to refactor and possibly replace…
I implemented it quite quickly I use SimHash for now but I need to refactor and possibly replace…