Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] fast search #194

Closed
vince62s opened this issue Jan 13, 2023 · 1 comment
Closed

[Question] fast search #194

vince62s opened this issue Jan 13, 2023 · 1 comment

Comments

@vince62s
Copy link

Hello,
I am beginning with this API. My use case is as follow:

  1. In a large file, made of 100 millions of lines, I would like to get rid of all lines that have a Jaccard > 0.7 (for instance)
    I looped once with MinHask.bulk to store the hashes.
    Then I double loop to compare line by line => very slow.
  2. same question with File1 compared to File2.

Is there a faster way to accomplish this ?

Thanks

@vince62s
Copy link
Author

sorry seems like the same as #188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant