[PR #633] Use Type.GetTypeHandle in RendererBase #1158

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

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

State: closed
Merged: No


From https://github.com/xoofx/markdig/pull/632#issuecomment-1107498946

GetType:

Method Mean Error StdDev
RenderWithoutToString 73.27 us 0.071 us 0.362 us

Type.GetTypeHandle

Method Mean Error StdDev
RenderWithoutToString 62.20 us 0.112 us 0.547 us
**Original Pull Request:** https://github.com/xoofx/markdig/pull/633 **State:** closed **Merged:** No --- From https://github.com/xoofx/markdig/pull/632#issuecomment-1107498946 `GetType`: | Method | Mean | Error | StdDev | |---------------------- |---------:|---------:|---------:| | RenderWithoutToString | 73.27 us | 0.071 us | 0.362 us | `Type.GetTypeHandle` | Method | Mean | Error | StdDev | |---------------------- |---------:|---------:|---------:| | RenderWithoutToString | 62.20 us | 0.112 us | 0.547 us |
claunia added the pull-request label 2026-01-29 14:50:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1158