cmark

My personal build of CMark ✏️

Commit
c06c705260a6681a8bb5eebecd35422e388cab9f
Parent
39c3554151d40464cd1694a4013acd1e0188dbc7
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated benchmarks.

We are now as fast as sundown (tied for fastest).

Diffstat

1 file changed, 3 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified benchmarks.md 6 3 3
diff --git a/benchmarks.md b/benchmarks.md
@@ -14,8 +14,8 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
 | marked            |    1.94    |
 | **commonmark.js** |    1.93    |
 | discount          |    1.86    |
-| **cmark**         |    0.36    |
-| sundown           |    0.34    |
+| sundown           |    0.33    |
+| **cmark**         |    0.33    |
 
 
 To run these benchmarks, use `make bench PROG=/path/to/program`.
@@ -28,6 +28,6 @@ Markdown sources of all the localizations of the first edition of
 time is the *difference* between the time to run the program
 with the benchmark input and the time to run it with no input.
 (This procedure ensures that implementations in dynamic languages are
-not penalized by startup time.) Amedian of ten runs is taken.  The
+not penalized by startup time.) A median of ten runs is taken.  The
 process is reniced to a high priority so that the system doesn't
 interrupt runs.