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

perf - create a single extension context #8821

Merged
merged 4 commits into from
Feb 21, 2024

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Feb 21, 2024

Using #8820, I noticed that we were sometimes creating multiple extension contexts. This PR moves that object creation further up the stack and reuses RenderOptions whenever possible.

This reduces the amount of traversal that Quarto does in the file system.

@cscheid cscheid merged commit ae6cdcc into main Feb 21, 2024
47 checks passed
@cscheid cscheid deleted the improve/single-extension-context branch February 21, 2024 21:03
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