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 최신버젼 다운로드

최종 버전 다운로드 (.zip)
// repository documentation