- Commit
- 63a4d269c56dfade77f9c51899b776b3d69bc66e
- Parent
- c8453ff31f696febac0fcf08c5b2d554b5df7b20
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added reference to benchmarks in README.
My personal build of CMark ✏️
Added reference to benchmarks in README.
1 file changed, 5 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 5 | 5 | 0 |
diff --git a/README.md b/README.md @@ -16,6 +16,11 @@ and rendering the document to HTML or to an XML representation of the AST. It also provides a command-line program, `cmark`, for parsing and rendering CommonMark documents. +The library is fast, on par with [sundown]: see the [benchmarks]. + +[sundown]: https://github.com/vmg/sundown +[benchmarks]: benchmarks.md + Installing ----------