SpacetimeDB
SpacetimeDB copied to clipboard
Flatten `ColumnOp`, avoiding allocation in the common case
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