diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-07 12:41:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-07 12:41:47 -0700 |
commit | 3adc586d9d7539e4d33f737110ffd4e236379099 (patch) | |
tree | c30da1d3f3c107eadb62d4a1e786a4c2b48cabfe /README.md | |
parent | ab70512ccc78abf392837a63b0091a02b4d047fb (diff) |
Added benchmark for hoedown.
Note that hoedown doesn't show the 32/64 bit difference that
sundown does -- so it was probably a bug in sundown. Removed
the comments from benchmarks.md about this.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ Advantages of this library: C99 and have no external dependencies. It has been tested with MSVC, gcc, tcc, and clang. -- **Fast.** Performance is on par with the fastest existing - Markdown parser, [sundown]: see the [benchmarks]. +- **Fast.** Performance is very good, on par with the fastest + Markdown processors: see the [benchmarks]. - **Accurate.** The library passes all CommonMark conformance tests. |