kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It seems LSHash is only used for less storage space, not used for less compute time.

guotong1988 opened this issue · comments

Am I right? Thank you.

Random projection and then map to -1/+1 is to group/index to buckets to decrease the candidate number.