mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
776 stars 146 forks source link

Many links in a single block take too much time. #22

Closed mity closed 7 years ago

mity commented 7 years ago

This takes too much time to process:

$ python -c 'print("[a](/url) " * 50000)'