~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 3735.40.18.

  • Committer: John Arbash Meinel
  • Date: 2009-03-27 22:05:37 UTC
  • mto: (3735.39.2 clean)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090327220537-loj7fdr9hi360qc3
Get rid of the entries dict in GroupCompressBlock.
We weren't making use of it, and it was overhead to update it.
This simplifies the code a bit more.
The only difference now between the python and pyrex compressors
is the __init__ and _compress functions.
If it wasn't for circular import issues, I would be tempted
to move them one step further, into the _groupcompress_* modules.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: