summaryrefslogtreecommitdiff
path: root/benchmarks.md
AgeCommit message (Collapse)Author
2015-07-14Updated benchmarks.John MacFarlane
2015-06-17Small changes to README and benchmark files.John MacFarlane
2015-06-16Updated benchmarks.John MacFarlane
2015-06-11Updated benchmarks.md.John MacFarlane
Removed sundown, because the reading was anomalous. This commit in hoedown caused the speed difference btw sundown and hoedown that I was measuring before (on 32 bit machines): https://github.com/hoedown/hoedown/commit/ca829ff83580ed52cc56c09a67c80119026bae20 As Nick Wellnhofer explains: "The commit removes a rather arbitrary limit of 16MB for buffers. Your benchmark input probably results in an buffer larger than 16MB. It also seems that hoedown didn't check error returns thoroughly at the time of the commit. This basically means that large input files ould produce any kind of random behavior before that commit, and that any benchmark that results in a too large buffer can't be relied on."
2015-06-07Added benchmark for hoedown.John MacFarlane
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.
2015-06-03Added note on 64-bit timings in benchmarks.md.John MacFarlane
2015-05-06Updated benchmarks.John MacFarlane
We are now as fast as sundown (tied for fastest).
2015-02-18Updated benchmarks.John MacFarlane
2015-01-25Adjust benchmarks for commonmark.js.John MacFarlane
2015-01-24Removed JS implementation, which is moving to its own repo:John MacFarlane
<https://github.com/jgm/commonmark.js>
2015-01-17Fixed typo.John MacFarlane
2015-01-17Added new fine-grained JS benchmarks.John MacFarlane
And a script to run them.
2015-01-17Updated benchmarks.John MacFarlane
2015-01-15Updated benchmarks.John MacFarlane
2015-01-13Updated benchmarks.John MacFarlane
2015-01-13Updated benchmarks.John MacFarlane
2015-01-12Updated benchmarks.John MacFarlane
2015-01-12Updated benchmarks with new multilingual progit sample.John MacFarlane
2015-01-10Added python markdown, parsedown to benchmark comparisons.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-09Updated benchmarks.John MacFarlane
2015-01-09Updated benchmarks.John MacFarlane
2015-01-09Rewrote HTML escaping for big performance gain.John MacFarlane
2015-01-09Updated benchmarks.md.John MacFarlane
2014-12-28Adjust benchmarks for cmark.John MacFarlane
2014-12-26Updated benchmark for cmark.John MacFarlane
2014-12-12Updated benchmarks for new HTML renderer.John MacFarlane
2014-12-04Update benchmarks.mdcoder543
Fixed a typo. Prenalized should be penalized.
2014-11-29Updated benchmarks.John MacFarlane
We gained a bit of speed with #225!
2014-11-22Fixed typo.John MacFarlane
starting
2014-11-22Revised benchmark procedure.John MacFarlane
Now we take the difference of the time to process the input and the time to run with no input. This compensates for slow startup time in dynamic languages. See comments on 2dcef8a
2014-11-18Removed remarkable.js benchmark.John MacFarlane
2014-11-18Boldface commonmark.js too in benchmarks.John MacFarlane
2014-11-18Added a few more benchmarks.John MacFarlane
2014-11-18Added remarkable.js benchmark.John MacFarlane
2014-11-18Updated benchmarks.John MacFarlane
2014-11-17Make benchmarks.md table properly aligned.John MacFarlane
2014-11-17Put benchmarks in separate benchmarks.md file.John MacFarlane