~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2009-03-03 22:02:15 UTC
  • mto: (0.17.31 trunk)
  • Revision ID: john@arbash-meinel.com-20090303220215-1luhz4zfr9vrdmud
Use the max_delta flag.
Prefer to extract and compress bytes rather than chunks/lines.
This has a fairly positive impact on the 'bzr pack' times.
We still do a ''.join([bytes]), but we know that doesn't have
to do any memory copying.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 0.23.21 15 years ago John Arbash Meinel Rename the extension to _pyx, since Robert prefers 1.1 KB Diff Download File
test__groupcompress_pyx.py 0.23.45 15 years ago John Arbash Meinel Add a function that updates the index for delta by 7.3 KB Diff Download File
test_equivalence_table.py 0.18.15 16 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 16 years ago Robert Collins Starting point. Interface tests hooked up and fail 878 bytes Diff Download File
test_groupcompress.py 0.23.27 15 years ago John Arbash Meinel Fix up some failing tests. 6 KB Diff Download File
test_repofmt.py 0.17.9 16 years ago Robert Collins Initial stab at repository format support. 1.2 KB Diff Download File