rust-sthash icon indicating copy to clipboard operation
rust-sthash copied to clipboard

Very fast cryptographic hashing for large messages.

Results 2 rust-sthash issues
Sort by recently updated
recently updated
newest added

This PR resolves #15. The PR contains two commits: - Replace `Rc` with `Arc` so that the Hasher can be cloned and sent to different threads. - A test to...

Many thanks for writing _sthash_ -- it is a cool library. I would like to use _sthash_ within Rayon to hash small blocks in parallel. I have the problem that...