mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #310] [MERGED] Improve CompactPrefixTree's memory footprint #932
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?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/310
Author: @MihaZupan
Created: 2/21/2019
Status: ✅ Merged
Merged: 2/25/2019
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
bba3ef0Improve CompactPrefixTree's memory footprint📊 Changes
2 files changed (+175 additions, -64 deletions)
View changed files
📝
src/Markdig/Extensions/Emoji/EmojiParser.cs(+1 -1)📝
src/Markdig/Helpers/CompactPrefixTree.cs(+174 -63)📄 Description
Drops CompactPrefixTree's allocations to about half. As a result build times are also lower by about 50%.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.