Skip to main content

RowFirstTable

Classes

Compact binary table storage. Very efficient in terms of memory usage and allocation. Read and write speeds are optimized through code generation. You can think of it as an SQL table but only for numeric types.

Constants

How much space to reserve in a newly created table, counted in ROWs

Must be greater than 1

Minimum number of rows to add when growing

Must be less than 1 and greater than 0

DEFAULT_CAPACITY : number

How much space to reserve in a newly created table, counted in ROWs

Kind: global constant

ALLOCATION_GROW_FACTOR : number

Must be greater than 1

Kind: global constant

ALLOCATION_GROW_MINIMUM_STEP : number

Minimum number of rows to add when growing

Kind: global constant

ALLOCATION_SHRINK_FACTOR : number

Must be less than 1 and greater than 0

Kind: global constant