Module cloud.opencode.base.hash


module cloud.opencode.base.hash
OpenCode Base Hash Module OpenCode 基础哈希模块

Provides hash-based data structures and algorithms based on JDK 25, including Bloom filters, consistent hashing, SimHash, and custom hash functions.

提供基于 JDK 25 的哈希数据结构与算法,包括布隆过滤器、一致性哈希、SimHash 和自定义哈希函数。

Key Features | 主要功能:

  • Bloom Filter - 布隆过滤器
  • Consistent Hashing - 一致性哈希
  • SimHash (Near-Duplicate Detection) - SimHash(近似去重)
  • Custom Hash Functions (MurmurHash, FNV, CRC) - 自定义哈希函数
  • Hash Ring - 哈希环
Since:
JDK 25, opencode-base-hash V1.0.0
Author:
Leon Soo
See Also: