mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #531] A handful of codegen improvements #1102
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/531
State: closed
Merged: Yes
PeekChar()overload ofPeekChar(int)toICharIterator. This method was already present onStringSlice, but since it was missing on the interface, callers were often binding to the slower overloadSkipChartoICharIteratorCurrentCharacter == '\0'andLength == 0with fasterIsEmptychecksStringLineGroupNewLine.Length()to a bit operationHtmlHelperToUtf32iterator allocations in Globalization extension