cmark

My personal build of CMark ✏️

Commit
4221ca8f33e2f3fc96e34de26418c04747888e76
Parent
b45785f50f6115c49be840bb255cdd53096c56fe
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added python markdown, parsedown to benchmark comparisons.

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified benchmarks.md 2 2 0
diff --git a/benchmarks.md b/benchmarks.md
@@ -5,11 +5,13 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
 |Implementation     |  Time (sec)| Factor  |
 |-------------------|-----------:|--------:|
 | Markdown.pl       | 2921.24    | 14606.2 |
+| Python markdown   | 55.32      |   276.6 |
 | PHP markdown      | 20.85      |   104.3 |
 | kramdown          | 20.83      |   104.1 |
 | lunamark          | 6.295      |    31.5 |
 | cheapskate        | 5.760      |    28.8 |
 | peg-markdown      | 5.450      |    27.3 |
+| parsedown         | 3.490      |    17.4 |
 | **commonmark.js** | 2.070      |    10.3 |
 | marked            | 1.855      |     9.3 |
 | discount          | 1.705      |     8.5 |