~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-22 04:26:30 UTC
  • mfrom: (3641.3.32 btree_submitted)
  • Revision ID: pqm@pqm.ubuntu.com-20080822042630-on3dxyek4ezk0miu
(robertc, jam) Bring in the good bits for btree_index (index2 plugin)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
  INTERNALS:
69
69
 
 
70
    * ``bzrlib.btree_index`` is now available, providing a b-tree index
 
71
      layer. The design is memory conservative (limited memory cache),
 
72
      faster to seek (approx 100 nodes per page, gives 100-way fan out),
 
73
      and stores compressed pages allowing more keys per page.
 
74
      (Robert Collins, John Arbash Meinel)
 
75
 
70
76
    * ``bzrlib.diff.DiffTree.show_diff`` now skips changes where the kind
71
77
      is unknown in both source and target.
72
78
      (Robert Collins, Aaron Bentley)