~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-10 17:13:08 UTC
  • mfrom: (3253.1.1 autopack)
  • Revision ID: pqm@pqm.ubuntu.com-20080310171308-z1cyxt7lfct91yes
(jam) Reduce memory use during autopack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
  INTERNALS:
89
89
 
 
90
    * Autopacking no longer holds the full set of inventory lines in
 
91
      memory while copying. For large repositories, this can amount to
 
92
      hundreds of MB of ram consumption.
 
93
      (Ian Clatworthy, John Arbash Meinel)
 
94
 
90
95
    * New module ``tools/package_mf.py`` provide custom module finder for
91
96
      python packages (improves standard python library's modulefinder.py)
92
97
      used by ``setup.py`` script while building standalone bzr.exe.