diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2011-12-04 19:38:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-04 19:38:51 -0400 |
commit | 4b99befd36797a228b993203f0bad312a87921d2 (patch) | |
tree | 99708e4c2bccdfa6b7db0d634a621e6677b39835 /doc | |
parent | 6f8398fbb906ef194f6ce9b9981b80a7b792622b (diff) | |
download | ikiwiki-4b99befd36797a228b993203f0bad312a87921d2.tar ikiwiki-4b99befd36797a228b993203f0bad312a87921d2.tar.gz |
a different alternative
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Improve_markdown_speed.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Improve_markdown_speed.mdwn b/doc/todo/Improve_markdown_speed.mdwn index 5917290c6..8d7f0e3cb 100644 --- a/doc/todo/Improve_markdown_speed.mdwn +++ b/doc/todo/Improve_markdown_speed.mdwn @@ -1,6 +1,6 @@ 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). ->> 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::Markdown::Discount instead, which appears to be a perl module which uses the C library "Discount". Unfortunately, when I tried, I couldn't install it on my system, so the point may be moot. +>> 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. >> -- [[KathrynAndersen]] [[wishlist]] |