mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 14:00:05 +00:00
Performance: ReadOnlySpan<char> #580
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?
Originally created by @NUnitTester on GitHub (Nov 29, 2022).
Markdig.Markdown.Convertand more usesstringinstead ofReadOnlySpan<char>@MihaZupan commented on GitHub (Nov 29, 2022):
It uses both in a bunch of places.
Do you have a concrete example that could benefit from
ROS<char>?