benchmarking suggests that meoization doesn't help even when doing a

--rebuild, so remove it
master
joey 2006-03-23 07:42:24 +00:00
parent b645dc5a41
commit bb0193aff3
2 changed files with 1 additions and 4 deletions

View File

@ -33,7 +33,7 @@ sub gen_wrapper () { #{{{
EOF EOF
} }
$Data::Dumper::Indent=0; $Data::Dumper::Indent=0; # no newlines
my $configstring=Data::Dumper->Dump([\%config], ['*config']); my $configstring=Data::Dumper->Dump([\%config], ['*config']);
$configstring=~s/\\/\\\\/g; $configstring=~s/\\/\\\\/g;
$configstring=~s/"/\\"/g; $configstring=~s/"/\\"/g;

View File

@ -7,7 +7,6 @@ use lib '.'; # For use without installation, removed by Makefile.
package IkiWiki; package IkiWiki;
use warnings; use warnings;
use strict; use strict;
use Memoize;
use File::Spec; use File::Spec;
use HTML::Template; use HTML::Template;
@ -426,8 +425,6 @@ sub globlist_match ($$) { #{{{
} #}}} } #}}}
# main {{{ # main {{{
memoize('pagename');
memoize('bestlink');
if ($config{setup}) { if ($config{setup}) {
require IkiWiki::Setup; require IkiWiki::Setup;
setup(); setup();