[PR #418] [MERGED] Optimized away the expensive StringBuilder.Remove(0, 1) in CodeInlineParser #1012

Open
opened 2026-01-29 14:48:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/418
Author: @KrisVandermotten
Created: 4/13/2020
Status: Merged
Merged: 4/18/2020
Merged by: @xoofx

Base: masterHead: CodeInlineParser


📝 Commits (2)

  • 4151ac2 Optimized away the expensive StringBuilder.Remove(0, 1) in CodeInlineParser
  • 741d09a Merge branch 'master' into CodeInlineParser

📊 Changes

1 file changed (+103 additions, -98 deletions)

View changed files

📝 src/Markdig/Parsers/Inlines/CodeInlineParser.cs (+103 -98)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/418 **Author:** [@KrisVandermotten](https://github.com/KrisVandermotten) **Created:** 4/13/2020 **Status:** ✅ Merged **Merged:** 4/18/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `CodeInlineParser` --- ### 📝 Commits (2) - [`4151ac2`](https://github.com/xoofx/markdig/commit/4151ac22878e84c004aa1e06947503f8a5a93792) Optimized away the expensive StringBuilder.Remove(0, 1) in CodeInlineParser - [`741d09a`](https://github.com/xoofx/markdig/commit/741d09a4e81eeb148f9f4d11f021c56f8b8626a0) Merge branch 'master' into CodeInlineParser ### 📊 Changes **1 file changed** (+103 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Parsers/Inlines/CodeInlineParser.cs` (+103 -98) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:48:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1012