tdebatty / java-LSH

A Java implementation of Locality Sensitive Hashing (LSH)
Other
295 stars 84 forks source link

performance issue with great dict_size solved #2

Closed itssven closed 9 years ago

itssven commented 9 years ago

If you use a great dict_size (ex. Integer.MAX_VALUE) hash computation needs around 40 sec. Iteration over all values is not needed since there is only an interest in the actually values not the possible ones.

tdebatty commented 9 years ago

Hello, Your proposition has been implemented and released as v0.7 Thank you!