~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-03 22:30:56 UTC
  • mfrom: (3644.2.13 index_builder_cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20080903223056-b108iytb38xkznci
(jam) Streamline BTreeBuilder.add_node et al to make btree creation
        faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
      is unknown in both source and target.
146
146
      (Robert Collins, Aaron Bentley)
147
147
 
 
148
    * ``GraphIndexBuilder.add_node`` and ``BTreeBuilder`` have been
 
149
      streamlined a bit. This should make creating large indexes faster.
 
150
      (In benchmarking, it now takes less time to create a BTree index than
 
151
      it takes to read the GraphIndex one.) (John Arbash Meinel)
 
152
 
148
153
    * Mail clients for `bzr send` are now listed in a registry.  This
149
154
      allows plugins to add new clients by registering them with
150
155
      ``bzrlib.mail_client.mail_client_registry``.  All of the built-in