Class PreparedParameters

Normalized and validated parameters.

Hierarchy

Implements

Properties

checkSeed: number

Hash function seed for KeyCheck field.

Remarks

This must be greater than nHash.

32-bit hash function.

keyToBufferLittleEndian: boolean

Whether to use little endian when converting uint32 key to Uint8Array.

nBuckets: number
nEntries: number

Number of hashtable entries.

Remarks

This must be divisible by nHash.

nHash: number

Number of hash keys.

serializeLittleEndian: boolean

Whether to use little endian when serializing uint32 and int32 fields.

Methods

Generated using TypeDoc