You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(template): avoid schema cloning and add fast path for plain templates
Skip cloning merged schema during Template construction by deferring
initialization to init_render when needed. Add fast path in render()
for templates without blocks to avoid unnecessary schema operations
for plain text content.
0 commit comments