Skip to content

sds: Implement double-hashing strategy for BloomFilter hash functions #2226

@adklempner

Description

@adklempner
  1. Create hash function interface that:

    • Accepts string or Uint8Array input
    • Generates k different hash values using double-hashing technique
    • Maps hash values to the correct bit array positions
  2. Implement primary hash function

    • ensure that behavior is equivalent to nim-sds

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions