Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | Updated benchmarks. | John MacFarlane | |
2015-06-17 | Small changes to README and benchmark files. | John MacFarlane | |
2015-06-16 | Updated benchmarks. | John MacFarlane | |
2015-06-11 | Updated 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-07 | Added 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-03 | Added note on 64-bit timings in benchmarks.md. | John MacFarlane | |
2015-05-06 | Updated benchmarks. | John MacFarlane | |
We are now as fast as sundown (tied for fastest). | |||
2015-02-18 | Updated benchmarks. | John MacFarlane | |
2015-01-25 | Adjust benchmarks for commonmark.js. | John MacFarlane | |
2015-01-24 | Removed JS implementation, which is moving to its own repo: | John MacFarlane | |
<https://github.com/jgm/commonmark.js> | |||
2015-01-17 | Fixed typo. | John MacFarlane | |
2015-01-17 | Added new fine-grained JS benchmarks. | John MacFarlane | |
And a script to run them. | |||
2015-01-17 | Updated benchmarks. | John MacFarlane | |
2015-01-15 | Updated benchmarks. | John MacFarlane | |
2015-01-13 | Updated benchmarks. | John MacFarlane | |
2015-01-13 | Updated benchmarks. | John MacFarlane | |
2015-01-12 | Updated benchmarks. | John MacFarlane | |
2015-01-12 | Updated benchmarks with new multilingual progit sample. | John MacFarlane | |
2015-01-10 | Added python markdown, parsedown to benchmark comparisons. | John MacFarlane | |
2015-01-10 | Updated benchmarks. | John MacFarlane | |
2015-01-10 | Updated benchmarks. | John MacFarlane | |
2015-01-10 | Updated benchmarks. | John MacFarlane | |
2015-01-09 | Updated benchmarks. | John MacFarlane | |
2015-01-09 | Updated benchmarks. | John MacFarlane | |
2015-01-09 | Rewrote HTML escaping for big performance gain. | John MacFarlane | |
2015-01-09 | Updated benchmarks.md. | John MacFarlane | |
2014-12-28 | Adjust benchmarks for cmark. | John MacFarlane | |
2014-12-26 | Updated benchmark for cmark. | John MacFarlane | |
2014-12-12 | Updated benchmarks for new HTML renderer. | John MacFarlane | |
2014-12-04 | Update benchmarks.md | coder543 | |
Fixed a typo. Prenalized should be penalized. | |||
2014-11-29 | Updated benchmarks. | John MacFarlane | |
We gained a bit of speed with #225! | |||
2014-11-22 | Fixed typo. | John MacFarlane | |
starting | |||
2014-11-22 | Revised 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-18 | Removed remarkable.js benchmark. | John MacFarlane | |
2014-11-18 | Boldface commonmark.js too in benchmarks. | John MacFarlane | |
2014-11-18 | Added a few more benchmarks. | John MacFarlane | |
2014-11-18 | Added remarkable.js benchmark. | John MacFarlane | |
2014-11-18 | Updated benchmarks. | John MacFarlane | |
2014-11-17 | Make benchmarks.md table properly aligned. | John MacFarlane | |
2014-11-17 | Put benchmarks in separate benchmarks.md file. | John MacFarlane | |