• Jim Fulton's avatar
    Added fsIndex save method and fsIndex load class method for saving and · 1bb14faf
    Jim Fulton authored
    loading index data.  This leverages the new fsBucket toString and
    fromString methods and provides much faster FileStorage index saving and loading
    and smaller index files.  On my machine, saves are 5 times faster and
    loads are 20 times faster (after a save, when data are in disk
    cache).  Indexes are roughly 30% smaller.
    
    The index format has changed.  Old indexes can be read just fine, but
    new indexes won't be readable by older versions of ZODB.
    1bb14faf
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 21.1 KB