Per-group typed-array storage. Grown in place by doubling; never shrinks.
The exposed slab is a stable view: same array references across rebuilds,
just count and extent updated.
Resize the backing typed arrays down to exactly fit the current count
when slack exceeds threshold. Preserves data; mutates this.slab to
point at the new arrays. No-op if already tight.
Per-group typed-array storage. Grown in place by doubling; never shrinks. The exposed
slabis a stable view: same array references across rebuilds, justcountandextentupdated.