]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Changed to a binary index file, written using Storable, for speed
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 21 Mar 2008 13:07:44 +0000 (09:07 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 21 Mar 2008 13:07:44 +0000 (09:07 -0400)
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.


No differences found