Speed improvement
To compute MinHash signature, loop over 'true' values, instead of loop over all values of dictionary to speedup computation when dictionary size is large.
Based on pull request by Sven Schröder
To compute MinHash signature, loop over 'true' values, instead of loop over all values of dictionary to speedup computation when dictionary size is large.
Based on pull request by Sven Schröder