ikiwiki/doc/todo/Improve_markdown_speed.mdwn

7 lines
629 B
Plaintext
Raw Normal View History

2011-12-04 08:44:06 +01:00
I'm not sure where the bottleneck is for running ikiwiki over a site like my blog [Natalian](http://source.natalian-org.branchable.com/?p=source.git;), though I like to think the markdown processing could be speeded up by the support of the C implementation of Markdown called [Sundown](https://github.com/tanoku/sundown).
2011-12-05 00:38:51 +01:00
>> Sundown doesn't appear to have Perl bindings, so the cost of calling a separate process could wipe out some or all of the speed gain. It might be worth looking into Text::Upskirt instead, which uses the Upskirt library which Sundown appears to be derived from.
2011-12-05 00:30:46 +01:00
>> -- [[KathrynAndersen]]
2011-12-04 08:44:06 +01:00
[[wishlist]]