Skip to content

A barebones implementation of the simhash data sketching algorithm.

Notifications You must be signed in to change notification settings

justinfargnoli/simhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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".

About

A barebones implementation of the simhash data sketching algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages