/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: John Arbash Meinel
  • Date: 2008-07-25 03:22:23 UTC
  • mto: (0.17.20 trunk)
  • Revision ID: john@arbash-meinel.com-20080725032223-uz2pbbqz5ez2t3mi
It turns out that appending a short set of lines every time was killing performance in realloc.
So fudge a bit and allocate memory up to the next power of 2.
This may be a bit overzealous, but we do need something to prevent a realloc for every extend.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 0.18.15 17 years ago John Arbash Meinel Start writing tests directly for the compiled clas 1.1 KB Diff Download File
test__groupcompress_c.py 0.18.34 17 years ago John Arbash Meinel Doing the intersection as we go allows us to short 10.7 KB Diff Download File
test_equivalence_table.py 0.18.15 17 years ago John Arbash Meinel Start writing tests directly for the compiled clas 3.3 KB Diff Download File
test_errors.py 0.17.1 17 years ago Robert Collins Starting point. Interface tests hooked up and fail 878 bytes Diff Download File
test_groupcompress.py 0.18.6 17 years ago John Arbash Meinel Use the new EquivalenceTable to track the lines. 5.9 KB Diff Download File
test_repofmt.py 0.17.9 17 years ago Robert Collins Initial stab at repository format support. 1.2 KB Diff Download File