Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context performance improvement using deferred evaluation #203

Merged
merged 14 commits into from
Oct 11, 2024

Conversation

coenm
Copy link
Owner

@coenm coenm commented Oct 11, 2024

Implements cloning of the Scriban TemplateContext in order to make deferred evaluation possible. Deferred evaluation speeds up the Context Menu.

Fixes #85

@coenm coenm added the enhancement 🚀 Enhancements label Oct 11, 2024
Copy link

sonarcloud bot commented Oct 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
35.9% Coverage on New Code (required ≥ 44%)
4.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@coenm coenm merged commit b414f11 into main Oct 11, 2024
3 of 4 checks passed
@coenm coenm deleted the feature/speedup-context-v2 branch October 11, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 Enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-implement IsDeferred
2 participants