~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-11 01:09:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050511010941-6438198e54086ddb
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
  doing them all up-front.  On the other hand, that disallows the
240
240
  opimization of stating them in inode order.
241
241
 
 
242
* It'd be nice to pipeline multiple HTTP requests.  Often we can
 
243
  predict what will be wanted in future: all revisions, or all texts
 
244
  in a particular revision, etc.  
 
245
 
 
246
  urlgrabber's docs say they are working on batched downloads; we
 
247
  could perhaps ride on that or just create a background thread (ew).
 
248
 
242
249
 
243
250
Large things
244
251
------------