piecrust
piecrust copied to clipboard
separated base info from index
To address page finding performance problem, separated base info file from the index file, thus speeding up access to base info and making it O(1) rather than dependent on the size of the index file
Implements issue #393