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)
commit213eb2e408f471d44da5bcdde3782f94ca3faeae
tree03695ff2b2f7e590e39d32701c22bd3a64667234
parentbf7360347ea3f7a24345004a6c2143d15d3d2e92
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.
IkiWiki.pm
debian/changelog