Skip to content

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Feb 27, 2025

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
10 checks passed
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