Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.3 KB

objectbuffersettings.md

File metadata and controls

54 lines (29 loc) · 1.3 KB

@bnaya/objectbuffer / ObjectBufferSettings

Interface: ObjectBufferSettings

Table of contents

Properties

Properties

arrayAdditionalAllocation

Optional Readonly arrayAdditionalAllocation: number

Allocate additional memory for array pointers, will prevent the reallocation and copy when array is getting bigger

default 0

Defined in

internal/interfaces.ts:51


hashMapLoadFactor

Optional Readonly hashMapLoadFactor: number

The load factor of the internal hash maps in use

default 0.75

Defined in

internal/interfaces.ts:40


hashMapMinInitialCapacity

Optional Readonly hashMapMinInitialCapacity: number

Minimal initial buckets count of internal hash maps in use

default 8

Defined in

internal/interfaces.ts:45