[PR #528] Improve CQ1 #1099

Closed
opened 2026-01-29 14:49:42 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/528

State: closed
Merged: No


This PR.

  • Eliminates a few list allocations (and possible internal resizes) by using arrays
  • Eliminates a queue allocation
  • Ensures string comparisons are invariant
  • Eliminates a possible NRE when allocating ReferralLinksExtension with a null value and subsequently adding additional rels
**Original Pull Request:** https://github.com/xoofx/markdig/pull/528 **State:** closed **Merged:** No --- This PR. - Eliminates a few list allocations (and possible internal resizes) by using arrays - Eliminates a queue allocation - Ensures string comparisons are invariant - Eliminates a possible NRE when allocating ReferralLinksExtension with a null value and subsequently adding additional rels
claunia added the pull-request label 2026-01-29 14:49:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1099