in time to build the doc wiki.
use Encode;
use open qw{:utf8 :std};
+# Optimisation.
+use Memoize;
+memoize("abs2rel");
+
use vars qw{%config %links %oldlinks %oldpagemtime %pagectime
%renderedfiles %pagesources %depends %hooks};
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
* Speed up RecentChanges by another 40% or so with some memoization.
+ * Memoize abs2rel, which is still kinda slow, for another 30% speedup
+ in time to build the doc wiki.
- -- Joey Hess <joeyh@debian.org> Tue, 4 Jul 2006 12:16:39 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 4 Jul 2006 12:22:57 -0400
ikiwiki (1.7) unstable; urgency=low
* [[Tags]] _(status: partial)_
* Should have fully working [[todo/utf8]] support. _(status: fair)_
* [[Optimised_rendering|todo/optimisations]] if possible. Deal with other
- scalability issues. _(status: 25%-35% speedup since 1.0)_
+ scalability issues. _(status: 45%-60% speedup since 1.0)_
* Improved [[todo/html]] stylesheets and templates.
* Improved scalable [[logo]]. _(status: done)_
* Support for at least one RCS aside from svn. Once it supports two, it should