Interface: ObjectBufferSettings
June 2, 2021 · View on GitHub
@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
hashMapLoadFactor
• Optional Readonly hashMapLoadFactor: number
The load factor of the internal hash maps in use
default 0.75
Defined in
hashMapMinInitialCapacity
• Optional Readonly hashMapMinInitialCapacity: number
Minimal initial buckets count of internal hash maps in use
default 8