hamming-heap

Crates.iohamming-heap
lib.rshamming-heap
version0.4.1
sourcesrc
created_at2019-08-04 04:28:05.488944
updated_at2019-08-15 01:24:32.769513
descriptionAmortized constant time min heaps for binary features in nearest neighbor searches
homepage
repositoryhttps://github.com/rust-photogrammetry/hamming-heap
max_upload_size
id154051
size16,649
Geordon Worley (vadixidav)

documentation

https://docs.rs/hamming-heap/

README

hamming-heap

Rust crate providing amortized constant time min heaps for binary features using hamming distance

This is used in the HNSW crate. It was originally developed for the HWT crate and continues to be useful for doing fast nearest-neighbor searches. It currently has no tests itself, but it has been tested to varying degrees in integration with the two crates.

Contributions are welcome! Currently benchmarks and tests would be appreciated.

Commit count: 14

cargo fmt