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
minor point related to #49: in the specific case of parsing html comments (<!-- ... -->), there is no need to parse the content inside (which I think it is currently happening).
This is an umbrella issue for tracking the efforts on improving the performance of nim-markdown.
Below are potential bottlenecks:
since()
calls. Optimize string slicing. #53firstLine()
&restLines()
calls. Performance improvement: remove firstLine & restLines calls. #56The text was updated successfully, but these errors were encountered: