-
Notifications
You must be signed in to change notification settings - Fork 12
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
Document whether RollingHash is thread-safe #10
Comments
|
Sounds good; thanks for getting back to me. The main field I was concerned about is c_v = Avx2.PermuteVar8x32(c_v, v_shuf); Also, to be clear, this Issue was about documenting whether |
No worries, I'm a bit backed up on things at the moment so I'll be updating the documentation when I get the chance. For reference, |
Sounds good, thanks for your help! |
Hello and thanks for maintaining this project! The API docs for the
rollingHash
param of theVcEncoder.Encode
method state:However, I can't tell for sure whether
RollingHash
can be used by multiple encoding instances that are running in parallel. IsRollingHash
thread-safe? It would be great to document this either in the API docs or somewhere in this repo.The text was updated successfully, but these errors were encountered: