~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-06 07:50:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2071.
  • Revision ID: john@arbash-meinel.com-20061006075043-c6a5c1e0bfd001bb
more lazy importing gets bzr rocks down to 116ms

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
    * ``bzr`` now uses lazy importing to reduce the startup time. This has
7
7
      a moderate effect on lots of actions, especially ones that have
8
 
      little to do. For example ``bzr rocks`` time is down to 157ms from
 
8
      little to do. For example ``bzr rocks`` time is down to 116ms from
9
9
      283ms. (John Arbash Meinel)
10
10
 
11
11
  INTERNALS: