2 Commits

Author SHA1 Message Date
xfy
31faf77fcc style: add doc comments for exported hash and utils functions
Fix revive lint warnings for FNV64a, FNV64aBytes, BytesContainsFold.
2026-06-04 11:17:08 +08:00
xfy
c59d387451 perf(hash): add inline FNV-1a hash functions to internal/hash package
Zero-allocation alternative to hash/fnv.New64a(). Computes FNV-1a
inline without heap-allocating a hash.Hash64 object per call.
2026-06-04 10:45:04 +08:00