@bnaya/objectbuffer / ObjectBufferSettings
• Optional
Readonly
arrayAdditionalAllocation: number
Allocate additional memory for array pointers, will prevent the reallocation and copy when array is getting bigger
default
0
• Optional
Readonly
hashMapLoadFactor: number
The load factor of the internal hash maps in use
default
0.75
• Optional
Readonly
hashMapMinInitialCapacity: number
Minimal initial buckets count of internal hash maps in use
default
8