simple_simhash

(★ 46)

A pure ANSI-C implementation of calculating a SimHash over 4-byte tuples (including multiplicities) for a given byte stream. Simple and reasonably fast, no dynamic memory allocations (outside of some stack usage). Uses a counting bloom filter to count multiplicities while keeping memory consumption constant.

simple_simhash Latest Version Download

Download Latest Version (.zip)
// repository documentation