all-pairs-hamming

Crates.ioall-pairs-hamming
lib.rsall-pairs-hamming
version0.1.0
sourcesrc
created_at2022-09-25 23:11:46.384305
updated_at2022-09-25 23:11:46.384305
descriptionAll pairs similarity search on binary sketches in the Hamming space.
homepagehttps://github.com/legalforce-research/find-simdoc
repositoryhttps://github.com/legalforce-research/find-simdoc
max_upload_size
id673856
size31,838
Shunsuke Kanda (kampersanda)

documentation

README

All pairs similarity search on binary sketches in the Hamming space

This library provides a fast and compact all pairs similarity search (or similarity self-join) on binary sketches in the Hamming space. The algorithm employs a modified variant of the sketch sorting approach, a combination of the multiple sorting and the multi-index approach.

This library is a part of find-simdoc.

Commit count: 41

cargo fmt