SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Flatten `ColumnOp`, avoiding allocation in the common case

Open Centril opened this issue 1 year ago • 0 comments

Description of Changes

Fixes https://github.com/clockworklabs/SpacetimeDB/issues/1113. See that ticket for a description of the idea. This PR does the ColumnOp flattening part (2) while https://github.com/clockworklabs/SpacetimeDB/pull/1207 upon which this is based does the position part (1).

API and ABI breaking changes

None

Expected complexity level and risk

1

Centril avatar May 14 '24 19:05 Centril