Interface | Description |
---|---|
Hash128<T> |
Hash计算接口
|
Hash32<T> |
Hash计算接口
|
Hash64<T> |
Hash计算接口
|
Class | Description |
---|---|
CityHash |
Google发布的Hash计算算法:CityHash64 与 CityHash128。
|
ConsistentHash<T> | |
HashUtil |
Hash算法大全
推荐使用FNV1算法 |
KetamaHash |
Ketama算法,用于在一致性Hash中快速定位服务器位置
|
MurmurHash |
Murmur3 32bit、64bit、128bit 哈希算法实现
此算法来自于:... |
Simhash |
Simhash是一种局部敏感hash,用于海量文本去重。
|
Copyright © 2025. All rights reserved.