~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-09-03 21:36:44 UTC
  • mto: This revision was merged to the branch mainline in revision 3688.
  • Revision ID: john@arbash-meinel.com-20080903213644-icayfa0cn3hq3skv
NEWS entry about the performance improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
      is unknown in both source and target.
97
97
      (Robert Collins, Aaron Bentley)
98
98
 
 
99
    * ``GraphIndexBuilder.add_node`` and ``BTreeBuilder`` have been
 
100
      streamlined a bit. This should make creating large indexes faster.
 
101
      (In benchmarking, it now takes less time to create a BTree index than
 
102
      it takes to read the GraphIndex one.) (John Arbash Meinel)
 
103
 
99
104
    * Mail clients for `bzr send` are now listed in a registry.  This
100
105
      allows plugins to add new clients by registering them with
101
106
      ``bzrlib.mail_client.mail_client_registry``.  All of the built-in