/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Change _iter_nodes so that it is a generator.

Change _check_remap to use _iter_nodes to eliminate the redundancy.
We also added a 'batch_size' parameter, so that with large fan-outs
we don't page in all the nodes unnecessarily. Which adds both direct
computation overhead, but also causes us to thrash the page cache.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 5.8 KB Diff Download File
dir_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 2.1 KB Diff Download File
tar_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 2.8 KB Diff Download File
zip_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 3.2 KB Diff Download File