Adding SimHash implementation to com.google.common.hash
92 views
Skip to first unread message
Patrick Spiegel
unread,
Jul 13, 2021, 7:19:30 AM7/13/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guava-discuss
Hi all,
my team is implementing SimHash in the context of web page deduplication for security scanning and we also saw it used for other cases. Since the algorithm originated and seems to be in use at Google, we were wondering if it would make sense to have an implementation as part of the com.google.common.hash package. As of now, there does not seem to be a standard implementation for Java.