[Pkg-bazaar-commits] ./bzr/unstable r219: todo

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:44:00 UTC 2009


------------------------------------------------------------
revno: 219
committer: mbp at sourcefrog.net
timestamp: Sat 2005-04-09 15:37:42 +1000
message:
  todo
modified:
  bzrlib/revfile.py
-------------- next part --------------
=== modified file 'bzrlib/revfile.py'
--- a/bzrlib/revfile.py	2005-04-09 05:36:19 +0000
+++ b/bzrlib/revfile.py	2005-04-09 05:37:42 +0000
@@ -67,7 +67,11 @@
 # TODO: Something like pread() would make this slightly simpler and
 # perhaps more efficient.
 
-# TODO: Could also try to mmap things...
+# TODO: Could also try to mmap things...  Might be faster for the
+# index in particular?
+
+# TODO: Some kind of faster lookup of SHAs?  The bad thing is that probably means
+# rewriting existing records, which is not so nice.
 
 
 import sys, zlib, struct, mdiff, stat, os, sha



More information about the Pkg-bazaar-commits mailing list