Sanyam Brar
‹ Work

Project

OneSerial

Nested structures in one contiguous allocation.

Zigsingle allocationzero-copy serialization

What it is

OneSerial treats layout as the API. Nested structures are packed into one allocation so ownership, locality and serialization remain explicit. It is useful when pointer-heavy object graphs are the thing getting in the way.

Related