mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 05:55:41 +00:00
[PR #769] Eliminate various string allocations #1218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/xoofx/markdig/pull/769
State: closed
Merged: Yes
This PR introduces an overload on TextRendererBase that writes a character a specific number of times, and utilizes it to eliminate various string allocations.