]> git.michaelhowe.org Git - packages/b/bup.git/commit
When there are multiple overlapping .midx files, discard redundant ones.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 25 Jan 2010 06:41:44 +0000 (01:41 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 25 Jan 2010 06:41:44 +0000 (01:41 -0500)
commit6211be2fc85f2e1839615123109191a95bb2df2d
tree2cd3c3fbab73b4395c1e27f4ec26c2e2fd29a092
parentd2258c284d9f34ee7a0e5ef101d778386afb6c62
When there are multiple overlapping .midx files, discard redundant ones.

That way if someone generates a .midx for a subset of .idx files, then
another for the *entire* set of .idx files, we'll automatically ignore the
former one, thus increasing search speed and improving memory thrashing
behaviour even further.
git.py
memtest.py