Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 435 Bytes

simhash

Simhash in Golang.

GoDoc

Install: go get github.com/justinfargnoli/simhash

A barebones implementation of the simhash data sketching algorithm. The simhash algorithm was first described in section 3 of Moses Charikar's STOC 2002 paper, "Similarity Estimation Techniques from Rounding Algorithms".