344
344
self._split_path_cache = {}
345
345
self._bisect_page_size = DirState.BISECT_PAGE_SIZE
346
346
if 'hashcache' in debug.debug_flags:
350
350
# These two attributes provide a simple cache for lookups into the
351
351
# dirstate in-memory vectors. By probing respectively for the last
352
352
# block, and for the next entry, we save nearly 2 bisections per path