← Back to events
ActiveTechRelease8.0.0-rc.11

v8.0.0-rc.11-dev.3: Reduce included-result decoding overhead (#30284)

What happened

Linked issue Follow-up to #30259 (merged). No separate Linear ticket was supplied or identified; the title was approved without a ticket prefix. At a glance Included cells reuse their execution-local column binding: let binding = bindings . get ( key ) ; if ( binding === undefined ) { binding = resolveIncludedColumnBinding ( contract , context , include , key ) ; bindings . set ( key , binding ) ; } decoded [ key ]…

Summary assembled by rule from the sources below

Why it's spreading

Sources