Skip to content

fuseBitsPerKey

fuseBitsPerKey(n, width): number

Defined in: packages/distillate/src/fuse/fuse.ts:117

Bits stored per key by a binary fuse filter over n keys at a fingerprint width, without building one. Counts n as distinct keys, since a built filter sizes on its deduped hash count.

number

Number of distinct keys.

8 | 16

Fingerprint width in bits: 8 for BinaryFuse8, 16 for BinaryFuse16.

number

Bits per key (0 for an empty filter).