~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revfile.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-09 05:37:42 UTC
  • Revision ID: mbp@sourcefrog.net-20050409053742-307359a3153f8b699cbdfa35
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
# TODO: Something like pread() would make this slightly simpler and
68
68
# perhaps more efficient.
69
69
 
70
 
# TODO: Could also try to mmap things...
 
70
# TODO: Could also try to mmap things...  Might be faster for the
 
71
# index in particular?
 
72
 
 
73
# TODO: Some kind of faster lookup of SHAs?  The bad thing is that probably means
 
74
# rewriting existing records, which is not so nice.
71
75
 
72
76
 
73
77
import sys, zlib, struct, mdiff, stat, os, sha