Crates.io | datasketch-minhash-lsh |
lib.rs | datasketch-minhash-lsh |
version | 0.0.1 |
source | src |
created_at | 2021-09-21 09:56:38.559137 |
updated_at | 2021-09-21 09:56:38.559137 |
description | A Rust version of the min-hash LSH part of the Python datasketch library |
homepage | |
repository | https://github.com/schelterlabs/rust-minhash |
max_upload_size | |
id | 454321 |
size | 25,472 |
This crate reimplements the MinHash
and MinHash LSH
approaches from the Python package datasketch in Rust. It's only a partial reimplementation, use it at your own risk.