An open API service indexing awesome lists of open source software.

https://github.com/justinfargnoli/simhash

A barebones implementation of the simhash data sketching algorithm.
https://github.com/justinfargnoli/simhash

data-sketches data-sketching go golang simhash

Last synced: 5 months ago
JSON representation

A barebones implementation of the simhash data sketching algorithm.

Awesome Lists containing this project

README

          

# simhash

Simhash in Golang.

[![GoDoc](https://godoc.org/github.com/justinfargnoli/simhash?status.svg)](https://godoc.org/github.com/justinfargnoli/simhash)

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