Skip to content

perf: compact generated Blueprint payloads - #440

Merged
ejgallego merged 1 commit into
v4.34.0from
perf/compact-generated-payloads-v434
Aug 30, 2026
Merged

perf: compact generated Blueprint payloads#440
ejgallego merged 1 commit into
v4.34.0from
perf/compact-generated-payloads-v434

Conversation

@ejgallego

@ejgallego ejgallego commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

This PR serializes generated graph and summary extension payloads as compact JSON string literals instead of constructor-sized Lean terms. In the FLT profiling setup, this reduced a warm edit-to-document cycle from 14.72 s to 10.38 s (-29%) under the same renderer configuration.

The string is reconstructed only when the generated document term is evaluated; it is an internal representation, not a persisted artifact format.

Backport v4.33.0: #441

@ejgallego
ejgallego marked this pull request as ready for review August 30, 2026 16:07
@ejgallego
ejgallego merged commit ca62602 into v4.34.0 Aug 30, 2026
13 checks passed
@ejgallego
ejgallego deleted the perf/compact-generated-payloads-v434 branch August 30, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant