progsource / maddy

C++ Markdown to HTML header-only parser library
MIT License
203 stars 40 forks source link

Maddy performance #52

Open mkraposhin opened 1 year ago

mkraposhin commented 1 year ago

What is the issue?

First of all thank you for this great library!

I've selected it for conversion of Markdown to HTML for my own CGI site. However, conversion of relatively small 5 markdown files takes about 3 seconds. It is not very convenient, since I'm going to handle tens of them.

Do you have performance improvement in your plans?

Again, let me thank you for your library. It is very useful (mostly because it doesn't employ external dependencies and easy to call)

progsource commented 1 year ago

Please read my answer regarding performance in https://github.com/progsource/maddy/issues/50#issuecomment-1697802287

I'm happy that maddy is already helpful in its current state ;)