Add a naive performance evaluation to the docs.

This commit is contained in:
Brit Butler 2014-06-03 17:24:17 -04:00
parent 6daa930366
commit 06a1f73ad2

View file

@ -33,7 +33,8 @@ I expect that 3bmd would be the main bottleneck on a larger site. It
would be worthwhile to see how well [cl-markdown][clmd] performs as
a replacement if this becomes an issue for users though we would lose
source highlighting from [colorize][clrz] and should also investigate
[pygments][pyg] as a replacement.
[pygments][pyg] as a replacement. Using the new [incremental][incf] plugin
reduced runtime to 1.36 seconds, almost cutting it in half.
## Core Concepts
@ -272,3 +273,4 @@ simply disabling the indexes may be appropriate for certain users.
[clmd]: https://github.com/gwkkwg/cl-markdown
[clrz]: https://github.com/redline6561/colorize
[pyg]: http://pygments.org/
[incf]: https://github.com/redline6561/coleslaw/blob/master/plugins/incremental.lisp