Hacker News new | ask | show | jobs
by akoboldfrying 2 days ago
Interested to know what algorithm you use for --fuzzy. Presumably not any of the worst-case-quadratic diff algorithms... MinHash on n-grams?
1 comments

I implemented it quite quickly I use SimHash for now but I need to refactor and possibly replace…