提交 c95be758 编写于 作者: M minqiyang

Detail the hash algorithms

test=develop
上级 597dd92e
...@@ -7501,8 +7501,8 @@ def hash(input, hash_size, num_hash=1, name=None): ...@@ -7501,8 +7501,8 @@ def hash(input, hash_size, num_hash=1, name=None):
""" """
Hash the input to an integer whose value is less than the given hash size. Hash the input to an integer whose value is less than the given hash size.
The hash algorithm was implemented in here: The hash algorithm we used was xxHash - Extremely fast hash algorithm
https://github.com/Cyan4973/xxHash/tree/v0.6.5 (https://github.com/Cyan4973/xxHash/tree/v0.6.5)
A simple example as below: A simple example as below:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册