diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-09 15:36:53 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-09 15:36:53 -0800 |
commit | 4d49f2befc95241abf8f5d7ef07ffd1ef4c23bfb (patch) | |
tree | 42233578f11949646cdd242f561266167f7fc4b0 /benchmarks.md | |
parent | bdf6f4fe614e1065b74622e7f359d998be5e491e (diff) |
Rewrote HTML escaping for big performance gain.
Diffstat (limited to 'benchmarks.md')
-rw-r--r-- | benchmarks.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks.md b/benchmarks.md index f6324d7..bc0925f 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -38,7 +38,7 @@ They can be run using `make benchjs`: |Implementation | ops/sec | |-------------------|-------------| -| showdown.js | 173 ±1.43% | -| **commonmark.js** | 371 ±1.20% | -| marked.js | 554 ±0.48% | -| markdown-it | 694 ±0.97% | +| showdown.js | 169 ±1.72% | +| **commonmark.js** | 420 ±0.88% | +| marked.js | 548 ±0.66% | +| markdown-it | 690 ±1.00% | |