Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andreacorbellini/souphash-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoupHash: an order-indipendent hash function

Crate Documentation License

SoupHash is a non-cryptographic hash function whose output does not depend on the order of the elements that are fed into it. It is ideal for:

  • hashing of unordered collections (like hash sets and hash maps);
  • hashing large collections in parallel, using multiple threads or processes, without locks or any form of synchronization.

SoupHash is based on the popular SipHash hashing algorithm. This repository hosts the Rust implementation of SoupHash. Check the crate documentation to learn more!

About

SoupHash: an order-indipendent hash function

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages