Skip to content

perf: Use cached MarkdownPipeline instance - #10568

Merged
yufeih merged 1 commit into
dotnet:mainfrom
filzrev:perf-use-cached-makdownpipeline
Mar 3, 2025
Merged

yufeih merged 1 commit into
dotnet:mainfrom
filzrev:perf-use-cached-makdownpipeline

Conversation

@filzrev

@filzrev filzrev commented Feb 27, 2025

Copy link
Copy Markdown
Collaborator

This PR intended to reduce overhead of MarkdownPipeline instance creation.

Background
MarkdownPipeline is ensured to be thread-safe after created. (See: https://github.com/xoofx/markdig/issues/328)
And as far as I've confirmed. docfx's markdig extensions don't have non thread-safe internal state.
So it can be reused after created.

@yufeih yufeih added the performance Makes the pull request appear in "Performance" section of the next release note label Mar 3, 2025
@yufeih
yufeih merged commit 36f8552 into dotnet:main Mar 3, 2025
This was referenced Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Makes the pull request appear in "Performance" section of the next release note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants