~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

Bring the groupcompress plugin into the brisbane-core branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
the new value correctly and that commits to a non-rich-root followed by
8
8
deserialisation show the root as having changed, diffs between non rich root
9
9
revisions should not? show the root as changing?
 
10
 
 
11
Group compress todo
 
12
 * Network stream form. Possibly just the gc group. Possibly a cluster of gc
 
13
   groups with bzip2 over them. Possibly a gc group but with fulltexts that the
 
14
   target has stripped out and replaced with an 'external' record.
 
15
 
 
16
 * Consider a more 'binary' layout for things like sha1 sums, or length
 
17
   indicators.
 
18
 
 
19
 * Investigate sha1 overhead. Currently when doing 'bzr pack' we sha once on
 
20
   extraction, and then one more time on insertion. Removing both calls saves
 
21
   6s out of 32s for 'bzr pack' (and 8s=>5.5s for 'repository-details')