You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking the memory of browserwindow, I find that markdownit will occupy a lot of memory over 100M in preference editor, mainly because linkify has a large number of instances, and each instance corresponds to many regular expressions as shown in the figure above. I wonder if this can be optimized:
Check whether a single markdownit instance can meet the requirements
Whether multiple markdownit instances can share a linkify regular expression set
Can markdownRenderer be destroyed after preference editor rendering is completed
Additional Information
Operating System:
Theia Version: 1.39
The text was updated successfully, but these errors were encountered:
Bug Description:
When checking the memory of browserwindow, I find that markdownit will occupy a lot of memory over 100M in preference editor, mainly because linkify has a large number of instances, and each instance corresponds to many regular expressions as shown in the figure above. I wonder if this can be optimized:
Additional Information
The text was updated successfully, but these errors were encountered: