Uses of Interface
org.miaixz.bus.core.codec.hash.Hash64
Packages that use Hash64
Package
Description
提供Hash算法的封装
MetroHash算法实现
-
Uses of Hash64 in org.miaixz.bus.core.codec.hash
Classes in org.miaixz.bus.core.codec.hash that implement Hash64Modifier and TypeClassDescriptionclassGoogle发布的Hash计算算法:CityHash64 与 CityHash128。 它们分别根据字串计算 64 和 128 位的散列值。这些算法不适用于加密,但适合用在散列表等处。classKetama算法,用于在一致性Hash中快速定位服务器位置classMurmur3 32bit、64bit、128bit 哈希算法实现 此算法来自于:...classSimhash是一种局部敏感hash,用于海量文本去重。 -
Uses of Hash64 in org.miaixz.bus.core.codec.hash.metro
Classes in org.miaixz.bus.core.codec.hash.metro that implement Hash64Modifier and TypeClassDescriptionclassApache 发布的MetroHash算法的64位实现,是一组用于非加密用例的最先进的哈希函数。 除了卓越的性能外,他们还以算法生成而著称。