Package | Description |
---|---|
org.dromara.hutool.core.codec.hash |
提供Hash算法的封装
|
org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
Modifier and Type | Class and Description |
---|---|
class |
CityHash
Google发布的Hash计算算法:CityHash64 与 CityHash128。
|
class |
KetamaHash
Ketama算法,用于在一致性Hash中快速定位服务器位置
|
class |
MurmurHash
Murmur3 32bit、64bit、128bit 哈希算法实现
此算法来自于:... |
class |
Simhash
Simhash是一种局部敏感hash,用于海量文本去重。
|
Modifier and Type | Class and Description |
---|---|
class |
MetroHash64
Apache 发布的MetroHash算法的64位实现,是一组用于非加密用例的最先进的哈希函数。
|
Copyright © 2025. All rights reserved.