From 213eb2e408f471d44da5bcdde3782f94ca3faeae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Mar 2008 09:07:44 -0400 Subject: Changed to a binary index file, written using Storable, for speed During refresh of a wiki with 800 files, loadindex was using more total time than any other function, and saveindex was also in the top ten. Rewriting them to use Storable makes them three times as fast. 0.7 seconds is saved on my laptop in profiling mode. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 90b13ed7d..2169f310d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,7 @@ ikiwiki (2.41) UNRELEASED; urgency=low * smiley: Detect smileys inside pre and code tags, and do not expand. * inline: Crazy optimisation to work around slow markdown. * Precompile pagespecs, about 10% overall speedup. + * Changed to a binary index file, written using Storable, for speed. -- martin f. krafft Sun, 02 Mar 2008 17:46:38 +0100 -- cgit v1.2.3