From 1632a5a121c531c1b4fafb1c2058e964174c95ad Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Jun 2015 09:13:50 -0700 Subject: Small changes to README and benchmark files. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ff0fa3f..019493a 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,14 @@ documents. Advantages of this library: - **Portable.** The library and program are written in standard - C99 and have no external dependencies. It has been tested with + C99 and have no external dependencies. They have been tested with MSVC, gcc, tcc, and clang. -- **Fast.** Performance is very good, on par with the fastest - Markdown processors: see the [benchmarks]. +- **Fast.** cmark can render a Markdown version of *War and Peace* in + the blink of an eye (127 milliseconds on a ten year old laptop, + vs. 100-400 milliseconds for an eye blink). In our [benchmarks], + cmark is 10,000 times faster than the original `Markdown.pl`, and + on par with the very fastest available Markdown processors. - **Accurate.** The library passes all CommonMark conformance tests. -- cgit v1.2.3